- Thursday, February 19, 2009, 16:04
- AJAX, Java, JavaScript, Struts, Tutorial
- 45,752 views
JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). The JSON format is specified in
RFC 4627 by Douglas Crockford. The official Internet media type for JSON is application/json.
The JSON format is often used ...
Full story
- Monday, December 1, 2008, 12:11
- Featured, How-To, Java, JavaScript, Tutorial
- 5,092 views
Remote procedure call (RPC) in javascript is a great concept of creating rich web applications. First we will see some background about RPC using JavaScript Object Notation (JSON). See following quote from Wikipedia entry of JSON-RPC.
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to ...
Full story