JSON can represent four primitive types (strings, numbers, booleans,
and null) and two structured types (objects and arrays).
According to RFC 4627:
> JSON can represent four primitive types (strings, numbers, booleans,
> and null) and two structured types (objects and arrays).
According to RFC 4627: