JSON Concepts: Difference between revisions
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== |