Quizes on Json file

  1. Which is correct format of writting JSON name/value pair?

‘name : value’
name = ‘value’
name = “value”
“name”: “value”

2.Which of the following is not a type in JSON?
date
Object
Array
string

What extension is used to save a JSON file?
js
.xsl
.json
xml

  1. Is JSON Case sensitive?

Yes
No

  1. What are the two main structures that compose JSON?

Arrays and Objects
Keys and values
Class and Objects
None of above

6.JSON elements are separated by the ___.

line break
semi-colon
comma
white space

7.Does JSON supports the Unicode characters?

Yes
No

1 Like
  1. d - “name”:“value”
  2. a - date
  3. c - .json
  4. yes
  5. a - Arrays and Objects
  6. c - Comma
  7. yes
  1. “name”: “value”
  2. data
  3. .json
    4)Yes
    5)Arrays and Objects
    6)Comma
    7)yes

Very good @pavan. 5th question is keys and value.

Very good @deepak. 5th question is keys and value.