Answer:
JSON syntax is a subset of the JavaScript object notation syntax.
► Data is in name/value pairs
► Data is separated by comma
► Curly brackets holds objects
► Square brackets holds arrays
► Data is in name/value pairs
► Data is separated by comma
► Curly brackets holds objects
► Square brackets holds arrays
Previous Question | Next Question |
Which browsers provide native JSON support? | Explain JSON Values? |