November 2011
2 posts
there should be a documentary about people who are hooked on watching documentaries and keep seeking out weirder ones
richardlog: Pretty-printing JSON and XML on Mac... →
I’d also use this in conjunction with pbcopy. pbpaste | python -m json.tool | pbcopy. Formatting this:
{"this": {"is": "a", "nested": "json"}, "object": [true]}
As this:
{
"object": [
true
],
"this": {
"is": "a",
"nested": "json"
}
}
Nice!
richardlog:
Like my colleagues at Avisi I’m an avid OSX user. One of the reasons I like OSX is it gives you...