Created
August 20, 2013 20:10
-
-
Save allenwlee/6286588 to your computer and use it in GitHub Desktop.
test json format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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