Friday, May 28, 2021

About JSON

 


https://www.json.org/json-en.html

What is a JSON document database?

A JSON document database is a type of nonrelational database that is designed to store and query data as JSON documents, rather than normalizing data across multiple tables, each with a unique and fixed structure, as in a relational database. JSON document databases use the same document-model format that developers use in their application code, which make it much easier for them to store and query data. The flexible, semistructured, and hierarchical nature of JSON document databases allows them to evolve with applications’ needs. JSON document databases provide powerful and intuitive APIs for flexible and agile development.

https://aws.amazon.com/documentdb/what-is-json/


https://beginnersbook.com/2015/04/json-tutorial/

No comments:

Post a Comment