Different JSON data types
 Below are the different JSON data types
 (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 |  |