Pretty funny considering JSON is self described as "easy for humans to read and write." If your target is nontechnical folks, I wonder if it would be useful to go a step further and:<p>- Remove quotes from strings. They're already formatted differently.<p>- Remove array indices.<p>- Unescape strings.<p>The context and formatting should still be enough for devs, but I can't imagine quotes or indices do anything for nontechnical people.<p>e.g. ["\"foo\"","bar"] translates to:<p><i>"foo"</i><p><i>bar</i>