JSON Parser

You can use the JSON Parser to read and write entries using the JavaScript Object Notation (JSON) format.

JSON is a lightweight data-interchange format and a subset of JavaScript programming language. JSON is built using the following two structures:
  • An ordered list of values (array)
  • A collection of name/value pairs (object)
For detailed information about JSON format, see http://json.org.