JSON response object more organized

Viewed 68

My question might seem silly but for example:

I want to get all the movies from 'The Movie DB'; they provided me with the api_key and a link, i.e: http://api.themoviedb.org/3/movie/popular?api_key="my_api". When I pass this link into firefox / chrome ( with my api instead of "my_api" ) I get a bunch of JSON objects and I can't really distinguish them.

Is there any way that I can organize the JSON object in something more readable in the sense of organized?

I get this but I want it organized

Any idea?

1 Answers
Related