1. XML to JSON in Euphoria
- Posted by c.k.lester <euphoric at cklester.com> Apr 09, 2007
- 1442 views
I've tried and tried but haven't succeeded. I'm wondering if somebody might have code to convert XML to Javascript Object Notation (JSON) format... Here's an article about it: http://www-128.ibm.com/developerworks/xml/library/x-xml2jsonphp/ If you've got it or can make it, please let me know!!! Thanks. :)
2. Re: XML to JSON in Euphoria
- Posted by c.k.lester <euphoric at cklester.com> Apr 09, 2007
- 1408 views
- Last edited Apr 10, 2007
c.k.lester wrote: > I've tried and tried but haven't succeeded. I'm wondering if somebody might > have code to convert XML to Javascript Object Notation (JSON) format... > Here's an article about it: > <a > href="http://www-128.ibm.com/developerworks/xml/library/x-xml2jsonphp/">http://www-128.ibm.com/developerworks/xml/library/x-xml2jsonphp/</a> > If you've got it or can make it, please let me know!!! Thanks. :) I'm making some progress here using Parslow's XML code... I need help, though, so if anyone can... let me know and I'll pass along what I've got so far.
3. Re: XML to JSON in Euphoria
- Posted by c.k.lester <euphoric at cklester.com> Apr 09, 2007
- 1409 views
- Last edited Apr 10, 2007
c.k.lester wrote: > c.k.lester wrote: > > I've tried and tried but haven't succeeded. I'm wondering if somebody might > > have code to convert XML to Javascript Object Notation (JSON) format... > > Here's an article about it: > > <a > > href="http://www-128.ibm.com/developerworks/xml/library/x-xml2jsonphp/">http://www-128.ibm.com/developerworks/xml/library/x-xml2jsonphp/</a> > > If you've got it or can make it, please let me know!!! Thanks. :) > > I'm making some progress here using Parslow's XML code... I need help, though, > so if anyone can... let me know and I'll pass along what I've got so far. Found a major bug in Thomas' code that was causing me great grief... :/ I'm close to an XML-to-JSON lib for Euphoria! wooooohoooooo! :)