Click or drag to resize

QueryRowAsJSONDictionary Method

Returns the query row formatted as a JSON object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDictionary<string, Object> AsJSONDictionary()

Return Value

Type: IDictionaryString, Object
The query row formatted as a JSON object
See Also