Getting Started with HTML5 WebSocket Programming by 2013

Getting Started with HTML5 WebSocket Programming by 2013

Author:2013
Language: eng
Format: epub
Publisher: Packt Publishing


JSON

JSON (JavaScript Object Notation) is a lightweight format for transferring human-readable data between computers. It is structured in key-value pairs, usually describing properties and values. Due to its efficiency, JSON is the dominant format for transferring data between server and client. The most popular RESTful APIs, including Facebook, Twitter, and Github, nowadays fully support JSON. Moreover, JSON is a subset of JavaScript, so you can parse it immediately without using external parsers!

Suppose that the web server somehow sends the following JSON string:

{ "name" : "Vangos Pterneas", "message" : "Hello world!" }



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.