Understanding JSON and BSON

Learn the concepts of JSON and BSON—the data formats MongoDB uses to store and exchange information, and understand their differences and roles within MongoDB.

What is JSON?

JSON (JavaScript Object Notation) is a lightweight, human-readable data format for data exchange between applications. It is widely used in web development and APIs. Below is an example of JSON-formatted data, which we have already covered.