Skip to content

xtreemrage/jquery.xml2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.xml2json

The XML to JSON Plugin (jQuery.xml2json) is a script you can use to convert simple XML into a JSON object by fyneworks. This is used by jQuery Soap (optional).

Install

Via bower: bower install jquery.xml2json --save

Example

$.soap({
    url: 'http://my.server.com/soapservices/',
    method: 'helloWorld',

    data: {
        name: 'Remy Blom',
        msg: 'Hi!'
    },

    success: function (soapResponse) {
        soapResponse.toJSON();
    },
    error: function (SOAPResponse) {
        SOAPResponse.toJSON();
    }
});

About

The XML to JSON Plugin (jQuery.xml2json) is a script you can use to convert simple XML into a JSON object

Resources

Stars

Watchers

Forks

Packages

No packages published