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.
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.