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 |
Explain JSON Arrays?
What is the use of newtonsoft json?
What is tojson() method in josn?
What is json data?
What is json text?
What the security and json parser?
Explain json with php?
List some benefits of json over xml?
How to Generate or Send JSON Data at the Server Side?
Explain JSON Objects?
Explain how to convert json text to a javascript object?
What is the use of json in java?