What is the syntax of json?



What is the syntax of json?..

Answer / Sanam Singh

JSON (JavaScript Object Notation) uses a simple syntax based on double-quoted strings, curly braces for objects, square brackets for arrays, and colon separators to indicate keys. An example of JSON syntax is: {"key1": "value1", "key2": "value2"}.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSON Interview Questions

Do all the programming languages and platform support json?

1 Answers  


Explain JSON Arrays?

1 Answers  


What are the limitations of jsonp?

1 Answers  


Is json better than xml?

1 Answers  


Explain Syntax of JSON using JavaScript?

1 Answers  


How to convert JSON Text to a JavaScript Object?

1 Answers  


Is json a protocol?

1 Answers  


What is a json payload?

1 Answers  


What is json? Explain?

1 Answers  


What is json database?

1 Answers  


What is jsonresponse?

1 Answers  


What is the use of json stringify?

1 Answers  


Categories