JSON - Wikipedia, the free encyclopedia
JSON (pronounced /ˈdʒeɪsɒn/, i.e., "Jason"), short for JavaScript Object Notation, is a lightweight computer data interchange format. It is a text-based, human-readable format ...
JSON-RPC - Wikipedia, the free encyclopedia
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a handful of data types and commands.
JSON-RPC.info
I setup this domain (and blog) to cover the topic of JSON-RPC. You can find most of my old posts via google groups related to json-rpc. This is a place for me to cover it in more ...
JSON for the masses
JSON for the masses. Sunday, February 19th, 2006 . Your co-workers will love you for writing in JSON because it will most likely not conflict with their scripts that are being ...
Yahoo! UI Library: JSON utility
Quick Links: Examples: Explore examples of the JSON Utility in action. API Documentation: View the full API documentation for the JSON Utility. Release Notes: Detailed change log ...
JSON - JSON (JavaScript Object Notation) encoder/decoder - search.cpan ...
NAME . JSON - JSON (JavaScript Object Notation) encoder/decoder. SYNOPSIS use JSON; # imports encode_json, decode_json, to_json and from_json. $json_text = to_json($perl_scalar ...
JSON Schema | Google Groups
JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given ...
JSON-RPC - Wikipedia, the free encyclopedia
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a handful of data types and commands.
JSON implementation for Ruby
json – JSON implementation for Ruby Description. This is a implementation of the JSON specification according to RFC 4627. You can think of it as a low fat alternative to XML, if ...
Maven - Json-lib::Welcome
JSON Java; string java.lang.String, java.lang.Character, char: number java.lang.Number, byte, short, int, long, float, double: true|false java.lang.Boolean, boolean
Json.NET - Home
The Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a ...