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 |
What is the syntax of json?
What is json used for?
Name the browsers that support json format?
Is json rest or soap?
What the file extension of json?
What are different ways to create objects?
What are the json arrays?
What are the advantages of json over xml?
Explain JSON Objects?
What are the similarities between json and xml?
What is the use of newtonsoft json?
What is the extension of json file?