This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
Strings in JSON must be written in double quotes.
{ "name":"John" }
Numbers in JSON must be an integer or a floating point.
{ "age":30 }
Values in JSON can be objects.
{
"employee":{ "name":"John", "age":30, "city":"New York" }
}
Objects as values in JSON must follow the same rules as JSON objects.
Values in JSON can be arrays.
{
"employees":[ "John", "Anna", "Peter" ]
}
Values in JSON can be true/false.
{ "sale":true }
Values in JSON can be null.
{ "middlename":null }
Eventually the navigation links, above, will be replaced by these (previous) and (next) buttons below.
JavaScript icons used in the buttons provided by ICONS8.COM. Smartphone icons created by Freepik - Flaticon