Databases using JSON as storage/transport format [closed] Databases using JSON as storage/transport format [closed] mongodb mongodb

Databases using JSON as storage/transport format [closed]


Persevere is another DB that is loaded up with JSON:

http://www.persvr.org/

Primary transport is JSON HTTP/REST

Data is stored as JSON

It has a native JS/JSON client for running directly from the browser.

If you want a schema then it is defined using JSON


MongoDb is the one that uses a binary JSON storage format. I don't know if there is another that is document oriented. Most of the others are key value stores and can only retrieve an object based on one key.