|
chigraph
master
Systems programming language written for beginners in LLVM
|
Define json serialization functions. More...
Include dependency graph for JsonSerializer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| chi | |
| The namespace where chigraph lives. | |
Functions | |
Json Serialization/Deserialization | |
| nlohmann::json | chi::graphFunctionToJson (const GraphFunction &func) |
| Serialize a GraphFunction to json. More... | |
| nlohmann::json | chi::graphModuleToJson (const GraphModule &mod) |
| Serialize a JsonModule to json. More... | |
| nlohmann::json | chi::graphStructToJson (const GraphStruct &struc) |
| Serialize a GraphStruct to json. More... | |
Define json serialization functions.
Definition in file JsonSerializer.hpp.