|
Blender
V3.3
|
Go to the source code of this file.
Namespaces | |
| blender | |
| blender::io | |
| blender::io::serialize | |
Functions | |
| static void | blender::io::serialize::convert_to_json (nlohmann::ordered_json &j, const Value &value) |
| static void | blender::io::serialize::convert_to_json (nlohmann::ordered_json &j, const ArrayValue &value) |
| static void | blender::io::serialize::convert_to_json (nlohmann::ordered_json &j, const DictionaryValue &value) |
| static std::unique_ptr< Value > | blender::io::serialize::convert_from_json (const nlohmann::ordered_json &j) |
| static std::unique_ptr< ArrayValue > | blender::io::serialize::convert_from_json_to_array (const nlohmann::ordered_json &j) |
| static std::unique_ptr< DictionaryValue > | blender::io::serialize::convert_from_json_to_object (const nlohmann::ordered_json &j) |