+1 vote
in Big Data | Hadoop by

JSON data types

1 Answer

0 votes
by

(1)Numbers:- Example are Integer, float or Double
(2)String:- Example of string which is of Unicode characters, must be rapped into double quotes “”
(3)Boolean:- Example of this is True or false
(4)Array:- Example of Array which is ordered list of 0 or more values
(5)Objects:- Example for objects is An unordered collection key/ value pairs
(6)Null:- Example for Null is An Empty value

Related questions

0 votes
0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
0 votes
asked Feb 10, 2020 in JavaScript by miceperry
...