Skip to content

Instantly share code, notes, and snippets.

@warpech
Created April 13, 2016 13:41
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 warpech/217dda5bef531c94227dd35affbc808f to your computer and use it in GitHub Desktop.
Save warpech/217dda5bef531c94227dd35affbc808f to your computer and use it in GitHub Desktop.
Current vs potential namespacing in JSON
{
"CurrentPage":{
"Launcher":{
"Html":""
},
"Products":{
"Html":""
}
}
}
{
"CurrentPage":[
{
"JsonSource":"Launcher",
"Json":{
"Html":""
}
},
{
"JsonSource":"Products",
"Json":{
"Html":""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment