JSON: JavaScript Object Notation.
It is syntax for storing and exchanging text information. Much like XML and is smaller than XML, and faster and easier to parse.
JSON syntax is a subset of the JavaScript object notation syntax.
To validate JSON-
http://json.bloople.net/ with clear pictorial representation
http://jsonlint.com/
- Data is in name/value pairs
- Data is separated by comma
- Curly brackets holds objects
- Square brackets holds arrays
To validate JSON-
http://json.bloople.net/ with clear pictorial representation
http://jsonlint.com/
No comments:
Post a Comment