JSON and .Net

  • Thread starter Thread starter John Bailo
  • Start date Start date
I use a .NET C# content management system that was recently upgrated to
use JSON instead of XML and it's now much, much faster. It's also made
the client-side JavaScript a lot simpler.
 
Chris said:
I use a .NET C# content management system that was recently upgrated to
use JSON instead of XML and it's now much, much faster. It's also made
the client-side JavaScript a lot simpler.

Cool, I'm doing some RPC in JSON with dojo ( http://www.dojotoolkit.org
) on the client side. I'm starting to get sold on JSON as good
alternative to SOAP-XML's high overhead per send.
 

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

Similar Threads

JSON.Net 6
Consuming json web services with Excel VBA 0
60783439 application/json 2
JSON Deserialzer error 2
JSON Problem 2
losnmjhds 1
Mobile Json Serializer/Deserializer 2
See JSON in a web service 1

Back
Top