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 |
Explain jsonp in a simple language.
What are the uses of json?
What is json schema?
What are the properties of json?
Explain Syntax of JSON using JavaScript?
What is json string?
Why do we use json in php?
What is the syntax of json using javascript?
What is the name of android class do we need to use to build up an json object?
What is a json parser?
Explain what is json?
Which browser provides native json support?