jQuery XML to JSON Plugin
David Trelles
davetrey at gmail.com
Wed Jun 10 17:09:41 UTC 2009
Hi everyone,
This is David from Barcelona. After reading and researching about xml, json,
jquery I found a plugin "jQuery XML to JSON Plugin"
http://www.fyneworks.com/jquery/xml-to-json/ ( MIT
License<http://en.wikipedia.org/wiki/MIT_License>and the GPL
License <http://creativecommons.org/licenses/GPL/2.0/>). I think this plugin
that converts from xml to json is a good solution.
For example,
we can convert this :
<xml>
<message>Hello world</message>
</xml>
...into this:
{
message: 'Hello world';
}
I've tried this plugin with Mccord xml data and it worked perfectly.
We have to see then with Jura and Michelle how we can import directly
from xml to Couch with this plugin or something similar.
Tell me what you think about it. I think we should do a demo for
All-hands meeting with a xml from mccord or other museums and convert
it to json and then we import it to CouchDB.
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://fluidproject.org/pipermail/fluid-work/attachments/20090610/bcfcf496/attachment.html>