JavaScript | JavaScript JSON | Question 8

Last Updated :
Discuss
Comments

What is the key difference between JSON and JavaScript objects?

JSON allows functions as values.

JSON keys can be unquoted.

JSON can include circular references.

JSON requires double-quoted keys and string values.

Share your thoughts in the comments