JSON Concepts

From NovaOrdis Knowledge Base
Revision as of 16:13, 25 February 2017 by Ovidiu (talk | contribs) (→‎Booleans)
Jump to navigation Jump to search

Internal

Data Types

JSON data types are: null, Booleans, Strings, Numbers, Objects (which can be thought of as Maps) and Arrays.

null

Booleans

Booleans are represented as

true
false

and they are not quoted.

Strings

Numbers

Objects

Arrays