Mobile Json Serializer/Deserializer

J

John Kraft

I've recently begun using Json to transmit data in my projects instead
of XML. I've been using the Newtonsoft.Json implementation and have
been very happy with the performance and ease of use. I've run into a
snag now, because I'm using CE5.0 based devices to contact our
services. Unfortunately, I haven't been able to locate good
implementation of a Json serializer/deserializer that will work on
mobile platforms. I've googled, but only have been able to find
non-mobile based implementations, and I don't really want to spend the
time to write my own implementation if one already exists.

Does anyone know of and can recommend a Json implementation that will
work on mobile devices?

thanks,

John
 
S

Simon Hart [MVP]

You will probebly have to write you're own as I'm not aware of any on Windows
Mobile as yet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top