what is the rule for JSON syntax rules? Give an example of JSON object?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category