Not finding what you are looking for? Request a recipe!

  1. Not yet rated

    How can I override the default mapping of the XML or XMLList ...

    Way #1: Convert XML object to Object and pass it into JSON.stringify method. Way #2 (thanks Richard): Override toJSON method (for XML) or add toJSON method (for XMLList) through prototype.

  • Results 1-1 of 1