Interface IJSON
Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public interface IJSON
Methods
| Improve this Doc View SourceToJSON()
Converts this object to JSON format string.
Declaration
string ToJSON()
Returns
Type | Description |
---|---|
System.String | The contents of this object in JSON format string |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | Thrown if ToJSON is called from MutableDocument, |