PolyFEM
Loading...
Searching...
No Matches
YamlToJson.cpp File Reference
#include "YamlToJson.hpp"
#include <polyfem/utils/Logger.hpp>
#include <yaml-cpp/yaml.h>
Include dependency graph for YamlToJson.cpp:

Go to the source code of this file.

Namespaces

namespace  polyfem
 
namespace  polyfem::io
 

Functions

json polyfem::io::yaml_string_to_json (const std::string &yaml_str)
 Convert YAML string to JSON.
 
json polyfem::io::yaml_file_to_json (const std::string &yaml_filepath)
 Load a YAML file to JSON.