Click or drag to resize

IJsonSerializerStopIncrementalParse Method

Stops parsing a stream of JSON incrementally (after calling StartIncrementalParse(Stream))

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
void StopIncrementalParse()
See Also