JSON Question: Download JSON PDF

Explain JSON Values?

Tweet Share WhatsApp

Answer:

JSON values can be:

► A number (integer or floating point)
► A string (in double quotes)
► A Boolean (true or false)
► An array (in square brackets)
► An object (in curly brackets)
► null

Download JSON PDF Read All 12 JSON Questions
Previous QuestionNext Question
Explain JSON Syntax Rules?Explain JSON Objects?