Explain JSON Structures



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

Post New Answer

More JSON Interview Questions

Is json markup language?

1 Answers  


What is json call?

1 Answers  


what is the rule for JSON syntax rules? Give an example of JSON object?

1 Answers  


What is a json payload?

1 Answers  


What are the similarities between json and xml?

1 Answers  


What are the json arrays?

1 Answers  


What is json database?

1 Answers  


Explain JSON Objects?

1 Answers  


What is MIME type for JSON?

1 Answers  


Which browsers provide native JSON support?

1 Answers  


Explain json with php?

1 Answers  


What is json viewer?

1 Answers  


Categories