Skip to content

Instantly share code, notes, and snippets.

@narendrans
Created March 23, 2018 20:18
Show Gist options
  • Select an option

  • Save narendrans/a880ac617b13d62545c50185239ef345 to your computer and use it in GitHub Desktop.

Select an option

Save narendrans/a880ac617b13d62545c50185239ef345 to your computer and use it in GitHub Desktop.
{
"description": "my doc",
"foo": {
"bar": "baz",
"quux": "revlos",
"level1" : {
"l2string": "l2val",
"l2struct": {
"level3": "l3val"
}
}
},
"wibble": "123",
"wobble": [
{
"entry": 1,
"EntryDetails": {
"details1": "lazybones",
"details2": 414
}
},
{
"entry": 2,
"EntryDetails": {
"details1": "entry 123"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment