JSON Question: Download JSON PDF

Explain JSON Syntax Rules?

Tweet Share WhatsApp

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 PDF Read All 12 JSON Questions
Previous QuestionNext Question
Which browsers provide native JSON support?Explain JSON Values?