JSON Viewer & Editor: Repair, Fix, and Beautify JSON Online
{
"title": "Inception",
"director": "Christopher Nolan",
"release_year": 2010,
"genre": [
"Action",
"Sci-Fi",
"Thriller"
],
"rating": 8.8,
"cast": [
{
"name": "Leonardo DiCaprio",
"role": "Dom Cobb"
},
{
"name": "Joseph Gordon-Levitt",
"role": "Arthur"
},
{
"name": "Elliot Page",
"role": "Ariadne"
},
{
"name": "Tom Hardy",
"role": "Eames"
}
],
"duration": 148,
"language": "English",
"country": "USA",
"box_office": {
"budget": 160000000,
"gross_usa": 292576195,
"gross_worldwide": 836848102
},
"awards": [
{
"name": "Academy Awards",
"category": "Best Cinematography",
"year": 2011,
"won": true
},
{
"name": "Academy Awards",
"category": "Best Sound Editing",
"year": 2011,
"won": true
}
],
"plot": "A thief who steals corporate secrets through the use of dream-sharing technology is given the inverse task of planting an idea into the mind of a C.E.O."
}