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.
See this example:
Numbers in JSON must be an integer or a floating point.
See this example:
Values in JSON can be objects.
See this example:
Values in JSON can be arrays.
See this example:
Values in JSON can be true/false.
See this example:
Values in JSON can be null.
See this example: