Merge: neo4j: Proof of concept for JSON serialization.
authorJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 19:28:58 +0000 (14:28 -0500)
committerJean Privat <jean@pryen.org>
Mon, 10 Nov 2014 19:28:58 +0000 (14:28 -0500)
commit544a8dbbda13e9168877761a0255be7c58bc6af0
tree2115d82891c6fa9ae7fde4c796532dc9b008263b
parentea2f26fa7a770ebb2d6d0ce9beb545c067ad0892
parent839004d264708965e5668b4cc0c682e1dcf6fe91
Merge: neo4j: Proof of concept for JSON serialization.

This a quick and dirty proof of concept for JSON serialization of graphs (see issue #853). After the refactoring of the JSON APIs and of the graph APIs (@Morriar and @xymus know what I’m talking about), there will be a cleaner way to do this. But, because the promised APIs take more time than expected to design, I implemented a working solution with what it is already there to give you at least a rough idea of the serialization logic that I have in mind.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #890
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>