Skip to content

Instantly share code, notes, and snippets.

Created June 12, 2012 14:24
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 anonymous/2917854 to your computer and use it in GitHub Desktop.
Save anonymous/2917854 to your computer and use it in GitHub Desktop.
Json file with data
{
"shops":
[
{
"name": "x",
"categories": gist
[
{
"clothes":
[
{
"color": "Blue",
"price": "19,95",
"id": "1"
},
{
"color": "Red",
"precio": "12,95",
"id": "2"
}
],
"type": "shirts"
}
]
},
{
"name": "y",
"categories":
[
{
"clothes":
[
{
"color": "Negro",
"id": "4",
"price": "9,95"
},
{
"color": "GRIS",
"id": "4",
"price": "17,95"
}
],
"type": "shirts"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment