Working with documents

Couchbase Server is a document database at its core. Key values are stored as JSON documents if they are in fact valid JSON; otherwise they are stored as binary blobs. In most cases the intention of the application developer is to store documents as JSON. To make it easier to work with JSON documents, we added document-centric APIs to our SDKs.This section contains information about storing, deleting, and retrieving documents using these APIs.