json.h File Reference
#include <SemanticObjectRelations/Serialization/json.h>
#include "MyGraph.h"
+ Include dependency graph for json.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mygraph
 

Functions

void from_json (const nlohmann::json &j, MyEdge &edge)
 
void from_json (const nlohmann::json &j, MyGraphAttributes &graph)
 
void from_json (const nlohmann::json &j, MyVertex &vertex)
 
void to_json (nlohmann::json &j, const MyEdge &edge)
 
void to_json (nlohmann::json &j, const MyGraphAttributes &graph)
 
void to_json (nlohmann::json &j, const MyVertex &vertex)