JSON Question:

Download Job Interview Questions and Answers PDF

Explain JSON Syntax Rules?

JSON Interview Question
JSON Interview Question

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

Download JSON Interview Questions And Answers PDF

Previous QuestionNext Question
Which browsers provide native JSON support?Explain JSON Values?