Show / Hide Table of Contents

Interface IJSON

Namespace: Couchbase.Lite
Assembly: Couchbase.Lite.dll
Syntax
public interface IJSON

Methods

| Improve this Doc View Source

ToJSON()

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,
MutableDictionaryObject, or MutableArrayObject

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX