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 |
Do all the programming languages and platform support json?
Explain JSON Arrays?
What are the limitations of jsonp?
Is json better than xml?
Explain Syntax of JSON using JavaScript?
How to convert JSON Text to a JavaScript Object?
Is json a protocol?
What is a json payload?
What is json? Explain?
What is json database?
What is jsonresponse?
What is the use of json stringify?