what is the rule for JSON syntax rules? Give an example of JSON object?
Answer / Pran Mohan Mishra
JSON has strict syntax rules. An object consists of key-value pairs enclosed in curly braces {}, with each key being a string and each value being a valid JSON data type (as mentioned in question 224449). Here is an example: {"key":"value", "anotherKey":123}
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the rule for JSON syntax rules? Give an example of JSON object?
What is the use of json.parse in javascript?
What are the features of JSON-RPC-Java?
How to receive JSON Data at the Client Side?
How to Generate or Send JSON Data at the Server Side?
What are the json values?
Is it safe to store jwt in localstorage?
Is json a protocol?
what is JSONP?
what is the role of JSON.stringify?
What is meant by json objects?
What is the syntax of json using javascript?