JavaScript Object Notation (JSON) is an open, human and machine-readable standard that facilitates data interchange, and along with XML is the main format for data interchange used on the modern web. JSON supports all the basic data types you’d expect: numbers, strings, and boolean values, as well as arrays and hashes.
Document databases such as MongoDB use JSON documents in order to store records, just as tables and rows store records in a relational database. Here is an example of a JSON document:
No. | Subject | Author | Date | Views |
---|---|---|---|---|
5 | AdMob | admin | 2017.06.29 | 3 |
4 | Android Scroll View | admin | 2017.06.23 | 102 |
3 | Citizenship Test App - 06/22/2017 | admin | 2017.06.22 | 85 |
2 | Document Database | admin | 2017.06.21 | 91 |
» | Firebase | admin | 2017.06.21 | 91 |