https://developer.couchbase.com/documentation/server/4.6/sdk/nodejs/datastructures.html
Important to note tis is just client side wrap of subdocument ops. Related to #47 .
Data structures can be accessed using key-value APIs as well. In fact, the data structure API is actually a client-side wrapper around the key-value and sub-document API. Most of the data structure APIs wrap the sub-document API directly. Therefore, for example, the map_set can be implemented as follows:
https://developer.couchbase.com/documentation/server/4.6/sdk/nodejs/datastructures.html
Important to note tis is just client side wrap of subdocument ops. Related to #47 .