PolyFEM
Loading...
Searching...
No Matches
YamlToJson.hpp File Reference
#include <polyfem/Common.hpp>
Include dependency graph for YamlToJson.hpp:
This graph shows which files directly or indirectly include this file:

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.