PRIM_JSON.Reader (PRIM_JSON.Reader)
Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data
Ancestors - Object (PRIM_OBJT)
Details
No detailed help is available for this feature
Properties
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) | |
Gets the depth of the current token in the JSON document | |
Gets the line number of the current token in the JSON document | |
Gets the position on the current line of the current token in the JSON document | |
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 TextReader component that provides the serialized JSON data to be read | |
Gets the Number type of the current JSON token | |
Gets the text of the current JSON token as a unicode string | |
Gets the type of the current JSON token | |
Gets the Value type of the current JSON token |
Events
Name | Description |
|---|---|
CreateInstance is signalled when an instance of a component is created [Inherited from PRIM_JSON.Reader (PRIM_JSON.Reader) | |
DestroyInstance is signalled when an instance of a component is about to be destroyed [Inherited from PRIM_JSON.Reader (PRIM_JSON.Reader) |
Methods
Name | Description |
|---|---|
Reads the next JSON token from the source Result | |
Skips the children of the current token | |
Converts the current token to a binary string by decoding the token's sequence of Base16/Hexadecimal characters Result | |
Converts the current token to a binary string by decoding the token's sequence of Base64 characters Result | |
Converts the current token to a Boolean value Result | |
Converts the current token to a Date value Result, Format | |
Converts the current token to a datetime value Result, Format | |
Converts the current token to a Decimal value Result | |
Converts the current token to a 64-bit floating point value Result | |
Converts the current token to a 32-bit integer value Result | |
Converts the current token to a 64-bit integer value Result | |
Obtains a name value as a unicode string from the current token Result | |
Converts the current token to a unicode string value Result | |
Converts the current token to a Time value Result, Format | |
Checks if the current token can be converted to a Date value Result, Format | |
Checks if the current token can be converted to a datetime value Result, Format | |
Checks if the current token can be converted to a Time value Result, Format |