JSON is a convenient and widely used format for serializing objects, arrays, Numbers, strings, booleans, and null.
JSON does not support all data types allowed by JavaScript, which means that JavaScript objects that use these incompatible types cannot be directly serialized to JSON....serializing objects, arrays, numbers, strings, booleans, and null...