JSON Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JSON =Data Types=")
 
Line 4: Line 4:


=Data Types=
=Data Types=
JSON data types are: [[#null|null]], [[#Booleans|Booleans]], [[#Strings|Strings]], [[#Numbers|Numbers]], [[#Objects|Objects]] (which can be thought of as Maps) and [[#Arrays|Arrays]].
==null==
==Booleans==
==Strings==
==Numbers==
==Objects==
==Arrays==

Revision as of 16:12, 25 February 2017

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