This project has moved
This project has been moved to jpoxy. Please check the jpoxy Google code page for latest updates.
Preamble
Explanation of standard formats and protocols:
- JSON (JavaScript Object Notation) is a lightweight (Lightweight in both size and resources required to process data encoded in JSON vs. XML.) data-interchange format with language bindings for C, C++, C#, Java, JavaScript, Perl, TCL and many others.
- JSON-RPC is a simple remote procedure call protocol similar to XML-RPC although it uses the lightweight JSON format instead of XML.
What is it?
I love the simplicity of JSON-RPC when it comes to rapidly devloping cutting-edge web applications.