Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

APIs

For those who are using the Chrome browser and want JSON to look more pretty

Look for JSON Formatter at the chrome webstore https://chrome.google.com/webstore

1 Answer

Jason Gilmore
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jason Gilmore
Treehouse Staff

Thank you for the tip Jade! There is a similarly useful extension for Firefox users named JSON Lite.

If you'd like to format JSON while working in the terminal, check out command-line JSON processor jq. It's the swiss army knife of JSON; it can parse JSON in every way imaginable. Check out this tutorial for a few examples. Personally jq has become an indispensable tool for parsing kubectl output.

Python users benefit from a built-in module named, you guessed it, json.