Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best way to serialize JavaScript objects to XML?

I am looking for a best proved way to serialize JavaScript objects to XML, that could be sent to server further in Ajax style.

Just googling I've found some options like http://svn.mirekrusin.com/pub/javascript/to_xml/trunk/to_xml.js, but does somebody has proved experience and could recommend any specific library?

like image 418
Gennady Shumakher Avatar asked Nov 05 '22 22:11

Gennady Shumakher


1 Answers

Try this:

Converting Between XML and JSON by Stefan Goessner

like image 160
jim0thy Avatar answered Nov 12 '22 19:11

jim0thy