Skip to content

Instantly share code, notes, and snippets.

@EchoAbstract
Created February 28, 2012 15:34
Show Gist options
  • Save EchoAbstract/1933169 to your computer and use it in GitHub Desktop.
Save EchoAbstract/1933169 to your computer and use it in GitHub Desktop.
JSON Demo
{"_id": "theArtist",
"title": "The Artist",
"year": 2011,
"director": "Michel Hazanavicius",
"awards": [{"event": "Academy Awards",
"awards": [{"name": "Best Picture", "notes": ""},
{"name": "Best Director", "notes": "Hazanavicius"},
{"name": "Best Actor", "notes": "Dujardin"},
{"name": "Best Costume Design", "notes": ""},
{"name": "Best Original Score", "notes": ""}]},
{"event": "Golden Globes",
"awards": [{"name": "Best Motion Picture - Musical or Comedy", "notes": ""},
{"name": "Best Actor - Motion Picture Musical or Comedy", "notes": "Dujardin"},
{"name": "Best Musical Score", "notes": "Bource"}]}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment