JSON data types are: null, Booleans, Strings, Numbers, Objects (which can be thought of as Maps) and Arrays.
Booleans are represented as
true false
and they are not quoted.
Numbers are represented as:
10