Skip to content

sergeyt/jQuery-xml2json

 
 

Repository files navigation

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);
    }
});

About

Simple jQuery plugin to convert XML to JSON.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.1%
  • CoffeeScript 39.3%
  • Batchfile 0.6%