JSON Concepts

From NovaOrdis Knowledge Base
Revision as of 16:12, 25 February 2017 by Ovidiu (talk | contribs) (→‎Data Types)
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

Strings

Numbers

Objects

Arrays