JSON

What is Document in MongoDB?

MongoDB is a document-oriented database.  A document is a basic unit or basic building block of data for MongoDB. Here, a document refers to a group of data in a row/record similar to a row/record in a relational database.

JSON overview

JSON format a widely used platform-independent data structure to exchange the data between heterogeneous systems. The JSON format is widely used nowadays by all the developers