Which of these is a benefit JSON has over XML?
JSON is more forgiving of poor formatting
JSON has less markup requirements and therefore is lighter than XML
JSON can be written poorly and still be parsed
JSON does not need to be stored in a file to be sent remotely
Correct Answer : B
JSON elements are separated by
What keywords are reserved in JSON and cannot be used as keys?
Which statement about the toJSON method is true?