Month: August 2012

  • Convert XML to JSON using XSLT

    Convert XML to JSON using XSLT

    With increasing service reuse came the need for portable data formats, XML was one of the first widely used, but lately JSON is in bloom. I needed to convert XML into JSON format for easier consumption on the client, so here’s an article describing the way to do it using XSLT with code and examples.