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

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