Explain Syntax of JSON?



Explain Syntax of JSON?..

Answer / Rananjay Pratap Singh

JSON syntax is based on two types of structures: value (string, number, object, array, boolean, null) and pairs (name: value). All values are in double quotes, and objects and arrays are enclosed in curly braces {} and square brackets [], respectively.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSON Interview Questions

How to use newtonsoft or json.net for deserializing the json data?

1 Answers  


What is json? Explain?

1 Answers  


What are the similarities between json and xml?

1 Answers  


How to use newtonsoft or json.net for serializing json data?

1 Answers  


List some benefits of json over xml?

1 Answers  


Is json better than xml?

1 Answers  


Compare json with javascript?

1 Answers  


What is serialization and deserialization in json?

1 Answers  


Why json format is better than xml?

1 Answers  


What is json database?

1 Answers  


What is json text?

1 Answers  


Is json markup language?

1 Answers  


Categories