Home » Articles »

Archive for April, 2010

  • XML to JSON and Back

    1. The Problem There is no standard way of translating an XML document into its JSON equivalent.  An acceptable translation scheme should be lossless (i.e., not lose any of the XML specific information).  Also a translation scheme should ensure that if the JSON document is converted back into XML that important XML aspects of the […]