Click or drag to resize

IJsonSerializerStartIncrementalParse Method

Starts parsing a stream of JSON incrementally, rather than serializing the entire object into memory

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
void StartIncrementalParse(
	Stream json
)

Parameters

json
Type: System.IOStream
The stream containing JSON data
See Also