Skip to content

Instantly share code, notes, and snippets.

@allenwlee
Created August 20, 2013 20:10
Show Gist options
  • Save allenwlee/6286588 to your computer and use it in GitHub Desktop.
Save allenwlee/6286588 to your computer and use it in GitHub Desktop.
test json format
[
{
"id": 2,
"name": "Brillstein Entertainment Partners",
"imdb_id": "co0214340",
"created_at": "2013-08-07T23:14:03.190Z",
"updated_at": "2013-08-07T23:14:03.193Z",
"country_short": null,
"country_long": null,
"types": [
{
"id": 1,
"text": "Distributors"
},
{
"id": 2,
"text": "Production Companies"
}
]
},
{
"id": 1,
"name": "3 Arts Entertainment",
"imdb_id": "co0070636",
"created_at": "2013-08-07T23:14:03.123Z",
"updated_at": "2013-08-07T23:14:03.131Z",
"country_short": null,
"country_long": null,
"types": [
{
"id": 1,
"text": "Distributors"
},
{
"id": 2,
"text": "Production Companies"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment