Computer Science, asked by BharatLuthra8136, 1 year ago

JSON documents are built up of _________.

Answers

Answered by omegads04
0

JSON stands for JavaScript Programming Language which can be defined as a lightweight data-interchange format. JSON documents are built up of two structures that are-

A. A collection of value pairs.

B. An ordered list of values.

It supports all the data types like numbers, strings, boolean values, arrays and hashes and MongoDB use JSON documents to store records just as tables and rows which is used to store record in a relational database.  

Answered by mindfulmaisel
2

"The correct answer: "Tables and Rows".

JSON documents are built up of "tables and rows" to store data in document database which uses JSON documents and MongoDB.

JSON stands for "Javascript Object Notation". It is type of file format which uses array data type. It is used to transmit the data into object. It is sometimes used instead of XML. .json is the extention used in these type of files."

Similar questions