chigraph  master
Systems programming language written for beginners in LLVM
JsonSerializer.hpp File Reference

Define json serialization functions. More...

#include "chi/Fwd.hpp"
#include "chi/Support/json.hpp"
+ 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...
 

Detailed Description

Define json serialization functions.

Definition in file JsonSerializer.hpp.