Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data. |
Ancestors - Object (PRIM_OBJT)
No detailed help is available for this feature
Name | Description |
|---|---|
ComponentClassName is the name of the component's class. Inherited from Object (PRIM_OBJT) | |
ComponentMembers provides access to all the member components of this component Inherited from Object (PRIM_OBJT) | |
ComponentPatternName is used to qualify the class of the component. Inherited from Object (PRIM_OBJT) | |
Generic space allowing a value to be stored for the instance Inherited from Object (PRIM_OBJT) | |
ComponentType gives you access to the type information about the component Inherited from Object (PRIM_OBJT) | |
ComponentTypeName is the fully qualified name of the component's class. Inherited from Object (PRIM_OBJT) | |
Name identifies the component Inherited from Object (PRIM_OBJT) | |
Owner owns this component Inherited from Object (PRIM_OBJT) | |
The component instance to which this instance is attached. The visual container for a control or the collector of a set of child instances Inherited from Object (PRIM_OBJT) | |
Gets or sets a reference to a TextWriter component that supports the writing of the serialized JSON data |
Name | Description |
|---|---|
CreateInstance is signalled when an instance of a component is created [Inherited from PRIM_JSON.Writer (PRIM_JSON.Writer) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed [Inherited from PRIM_JSON.Writer (PRIM_JSON.Writer) |
Name | Description |
|---|---|
Writes the beginning of a JSON Array MemberName | |
Writes the beginning of a JSON Object MemberName | |
Closes this writer, auto-completing the JSON data | |
Writes the end of a JSON Array | |
Writes the end of a JSON Object | |
Writes a binary string value as a Base16/Hexadecimal encoded value Value, MemberName | |
Writes a binary string value as a Base64 encoded value Value, MemberName | |
Writes a JSON block comment Text | |
Writes a Boolean value Value, MemberName | |
Writes a Date value Value, Format, MemberName | |
Writes a datetime value Value, Format, MemberName | |
Writes a Decimal value Value, MemberName | |
Writes a 64-bit floating point value Value, MemberName | |
Writes a 32-bit Integer value Value, MemberName | |
Writes a 64-bit integer value Value, MemberName | |
Writes a JSON line comment Text | |
Writes a Boolean value as a name/value pair of a JSON object MemberName, Value | |
Writes a Decimal value as a name/value pair of a JSON object MemberName, Value | |
Writes a member name as a first part of a name/value pair of a JSON object MemberName | |
Writes a Null value as a name/value pair of a JSON object MemberName | |
Writes a unicode string as a name/value pair of a JSON object MemberName, Value | |
Writes a JSON Null value MemberName | |
Writes a unicode string value Value, MemberName | |
Writes a Time value Value, Format, MemberName |