Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Created February 6, 2014 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliangruber/8850150 to your computer and use it in GitHub Desktop.
Save juliangruber/8850150 to your computer and use it in GitHub Desktop.
{"foo":"bar","num":3,"nes":{"ted":["is",1]}}
{
"string": "{\"foo\":\"bar\",\"num\":3,\"nes\":{\"ted\":[\"is\",1]}}",
"children": {
"foo": {
"string": "\"foo\":\"bar\""
},
"num": {
"string": ",\"num\":3"
},
"nes": {
"string": ",\"nes\":{\"ted\":[\"is\",1]}",
"children": {
"ted": {
"string": "\"ted\":[\"is\",1]",
"children": {
"0": {
"string": "\"is\""
},
"1": {
"string": ",1"
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment