Answer Posted / Arun Yadav
JSON objects are collections of key-value pairs, enclosed by curly braces `{}`. Each pair consists of a name (key) and a value, separated by a colon `:`, and each pair is separated by a comma `,`. The keys in JSON objects must be strings, and values can be strings, numbers, arrays, booleans, null, or other JSON objects.nExample: {"name":"John", "age":30}
| 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