JSON Question:
Download Job Interview Questions and Answers PDF
Explain JSON Syntax Rules?
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
Download JSON Interview Questions And Answers
PDF
Previous Question | Next Question |
Which browsers provide native JSON support? | Explain JSON Values? |