Explain JSON Structures
Answer / Naval Kishore
JSON, or JavaScript Object Notation, is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON structures consist of two types: values (primitive or object) and objects. Primitive values include string, number, boolean, null, and special empty array []. Objects in JSON are unordered collections of name/value pairs enclosed by curly braces. Each name is followed by a colon and the name/value pairs are separated by commas.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is json markup language?
What is json call?
what is the rule for JSON syntax rules? Give an example of JSON object?
What is a json payload?
What are the similarities between json and xml?
What are the json arrays?
What is json database?
Explain JSON Objects?
What is MIME type for JSON?
Which browsers provide native JSON support?
Explain json with php?
What is json viewer?