Skip to content

Instantly share code, notes, and snippets.

@esbanarango
Created April 22, 2012 05:19
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 esbanarango/2456443 to your computer and use it in GitHub Desktop.
Save esbanarango/2456443 to your computer and use it in GitHub Desktop.
Ejemplo de un documento JSON que tiene un item de un supermercado.
{
"_id" : "bc2a41170621c326ec68382f846d5764",
"_rev" : "2612672603",
"item" : "apple",
"prices" : {
"Fresh Mart" : 1.59,
"Price Max" : 5.99,
"Apples Express" : 0.79
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment