Page 1 of 1

json or xml parsing

Posted: Wed Apr 07, 2010 6:56 am
by ckoehler
Hello,

Does Netburner have functions to parse json or xml? This is not in a web context, just simple socket communication.

Thanks!

Christoph

Re: json or xml parsing

Posted: Wed Apr 07, 2010 7:54 pm
by tod
I don't know that there is anything specific for the NetBurner but there are open source C/C++ projects like JsonCpp and RapidXml (RapidXml was designed with embedded systems in mind) that will do the trick.

Re: json or xml parsing

Posted: Mon Apr 12, 2010 10:07 am
by ckoehler
Thanks Tod, RapidXML looks very interesting.

Christoph