System.JSON.Writers
API to create JSON data.
| Package | rtl370.bpl | 
|---|
Classes
| EJsonWriterException | Exception that may raise as you use a JSON writer. | 
| TASCIIStreamWriter | |
| TJsonObjectWriter | Class that implements a writer to create JSON data as TJSONValue objects. | 
| TJsonTextWriter | Class that represents a writer to serialize JSON data. | 
| TJsonWriter | Base class that provides logic to serialize JSON data. | 
Types
| TJsonWriteState | TJsonWriteState enumerates all the possible states of the JSON writer. |