#14 Output the JSON in a human-friendly way upon request
Merged by pingou. Opened by pingou.
pretty  into  master

Download 14.patch
no initial comment

Some thoughts:

  • There are browser extensions for Firefox that do this for you. Chromium does it by default.
  • By including all those extra spaces, it means you're transferring possible twice the amount of data that you would otherwise, which makes it somewhat more cumbersome for programmatic usage.
  • By including all those extra spaces, it means you're transferring possible twice the amount of data that you would otherwise, which makes it somewhat more cumbersome for programmatic usage.

That's why I've made it optional and off by default :)

Ah, I see. :+1: then.

Metadata