Java Reference
In-Depth Information
movies.json?q=Blazing%20Saddles&apiKey=... (supply the APIkey in the URL). The res-
ult is a JSON object that looks like the following listing.
17 That's not a vampire movie, obviously, but the urge to save Mongo in MongoDB is irresistible. “Mongo only
pawn in game of life” is a brilliant line and arguably the peak of the Alex Karras oeuvre.
Listing 8.15. A portion of the JSON object representing the movie Blazing Saddles
{
"total": 1,
"movies": [
{
"id": "13581",
"title": "Blazing Saddles",
"year": 1974,
"mpaa_rating": "R",
"runtime": 93,
"release_dates": {
"theater": "1974-02-07",
"dvd": "1997-08-27"
},
"ratings": {
"critics_rating": "Certified Fresh",
"critics_score": 89,
"audience_rating": "Upright",
"audience_score": 89
},
"synopsis": "",
...,
"abridged_cast": [
{
"name": "Cleavon Little",
"id": "162693977",
"characters": [
"Bart"
]
},
{
"name": "Gene Wilder",
"id": "162658425",
"characters": [
"Jim the Waco Kid"
]
},
...
],
"alternate_ids": {
"imdb": "0071230"
},
 
Search WWH ::




Custom Search