json or xml parsing

Discussion to talk about software related topics only.
Post Reply
ckoehler
Posts: 81
Joined: Sat Mar 13, 2010 9:04 pm

json or xml parsing

Post 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
User avatar
tod
Posts: 587
Joined: Sat Apr 26, 2008 8:27 am
Location: Southern California
Contact:

Re: json or xml parsing

Post 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.
ckoehler
Posts: 81
Joined: Sat Mar 13, 2010 9:04 pm

Re: json or xml parsing

Post by ckoehler »

Thanks Tod, RapidXML looks very interesting.

Christoph
Post Reply