On Mon, Mar 1, 2010 at 3:02 AM, Daniel Fetchinson <span dir="ltr">&lt;<a href="mailto:fetchinson@googlemail.com">fetchinson@googlemail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Quick question: if JSON is too hard to manually edit, how can RSON be<br>
any easier when it is a *superset* of JSON?<br></blockquote></div><br>Well, Python is essentially a superset of JSON, with string escape handling being ever so slightly different, and using True instead of true, False instead of false, and None instead of null.  YMMV, but I find it possible, even probable, to write Python that is far easier to edit than JSON, and in fact, I have used Python for configuration files that are only to be edited by programmers or other technical types.<br>
<br>Regards,<br>Pat<br><br>