PolyFEM
Loading...
Searching...
No Matches
YamlToJson.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <polyfem/Common.hpp>
4
5namespace polyfem::io
6{
8 json yaml_string_to_json(const std::string &yaml_str);
9
11 json yaml_file_to_json(const std::string &yaml_filepath);
12} // namespace polyfem::io
json yaml_file_to_json(const std::string &yaml_filepath)
Load a YAML file to JSON.
json yaml_string_to_json(const std::string &yaml_str)
Convert YAML string to JSON.
nlohmann::json json
Definition Common.hpp:9