In JSON, values must be one of the following data types:
JSON values cannot be one of the following data types:
Strings in JSON must be written in double quotes.
JSON NumbersNumbers in JSON must be an integer or a floating point.
JSON ObjectsValues in JSON can be objects.
Example{
"employee":{"name":"John", "age":30, "city":"New York"}
}
Objects as values in JSON must follow the JSON syntax.
JSON ArraysValues in JSON can be arrays.
Example{
"employees":["John", "Anna", "Peter"]
}
Values in JSON can be true/false.
JSON nullValues in JSON can be null.
Example{"middlename":null}
Track your progress - it's free!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4