Pretty Printing JSON / XML in Human Readable Form on Mac OSX
Print JSON in Human Readable Form If you’re working on RESTful services and you need to verify or debug some JSON output, digging through an unformatted JSON string can be a real pain. Assuming that your unformatted JSON file is in a file called ‘unformatted.json’. To make a JSON string human readable open up the Terminal on…