What is meant by json objects?
Answer / Mulkesh Kumar
In JSON, an object is a collection of key-value pairs where the keys (or names) must be strings and the values can be any data type - numbers, strings, booleans, arrays, or other objects. JSON objects are enclosed in curly braces {}. Each key-value pair is separated by a colon : and the pairs are separated by commas ,
| Is This Answer Correct ? | 0 Yes | 0 No |
What is json text?
What is the difference between xml and json?
How to delete an index from json obj?
What is json data?
What are the advantages of json over xml?
What is the extension of json file?
What the security and json parser?
Can a comment be added inside a json file?
what is the rule for JSON syntax rules? Give an example of JSON object?
How do you decode a json string?
Explain Syntax of JSON?
What is an array json?