JSON stands for JavaScript Object Notation.
Basic rules of a JSON string:
- Data is in name/value pairs.
- Data is separated by commas.
- Curly braces hold objects.
- Square brackets hold arrays.
JSON Sample
This page shows examples of messages formatted using JSON. You can create/modify more complicated JSON here.