About this task
JSON (JavaScript Object
Notation) is a simple data-interchange format based on a subset of
the JavaScript programming
language. A JSON message consists of name-value pairs (objects), and
ordered collections of values (arrays). Objects, arrays, or both structures
can be nested.
For more information about JSON, see the
JavaScript Object Notation (JSON) web
site.