On Mon, Mar 1, 2010 at 3:02 AM, Daniel Fetchinson <fetchin...@googlemail.com > wrote:
> Quick question: if JSON is too hard to manually edit, how can RSON be > any easier when it is a *superset* of JSON? > 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. Regards, Pat
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com