jquery-xml2json

v0.0.4
jQuery plugin to convert XML to JSON.
jQuery-plugin xml json

Build Status Dependency Status devDependency Status

#jQuery xml2json

NPM

A simple jQuery plugin that converts XML data, typically from $.ajax requests, to a valid JSON object.

Here's a simple usage example:

$.ajax({
    url: 'data/test.xml',
    dataType: 'xml',
    success: function(response) {
        json = $.xml2json(response);
    }
});

Metadata

  • MIT
  • Whatever
  • Josef van Niekerk
  • released 12/8/2013

Downloads

Maintainers