Neo4j Json to C# Classes
Neo4j has a few projects Arrows, Neo4j Data Importer which can export to JSON file, which is handy for passing around. But once you’ve designed your model, you move on to the development side of things. In the .NET world – this means probably creating a set of classes and then using your preferred client…