Untitled
Pretty Printing JSON in Javascript

jacob:

I never realized the native JSON implementation supports pretty printing:

JSON.stringify({ "pants": true }, null, 4);

Not bad!

jacob:

One of these things is not like the other

jacob:

One of these things is not like the other