Created
October 7, 2013 20:12
-
-
Save jmcvetta/6874137 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"commit" : "http://localhost:7474/db/data/transaction/6/commit", | |
"results" : [ { | |
"columns" : [ "n" ], | |
"data" : [ { | |
"row" : [ { | |
"name" : "My Node" | |
} ] | |
} ] | |
} ], | |
"transaction" : { | |
"expires" : "Tue, 10 Sep 2013 10:54:04 +0000" | |
}, | |
"errors" : [ ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment