Table of Contents

IJsonTextWriter Interface

Interface for writing raw text to a JSON output destination.

Syntax

Unit: Bcl.Json.Writer

IJsonTextWriter = interface(IInterface);

Methods

Name Description
Flush Flushes any buffered data to the underlying output.
Write Writes the specified string value to the output.