A Token that represents part of a JSON object.

This is similar to an XmlNode in an XML Document.

Methods

Name Description
GetProperty Get the JSON Token for the specified Property of the current JSON Token.
GetPropertyArray Get an Array from a Property of the current JSON Token.
GetPropertyBoolean Get a Boolean value from a Property of the current JSON Token.
GetPropertyDate Get a Date value from a Property of the current JSON Token.
GetPropertyDecimal Get a Decimal value from a Property of the current JSON Token.
GetPropertyDouble Get a Double value from a Property of the current JSON Token.
GetPropertyInteger Get an Integer value from a Property of the current JSON Token.
GetPropertyString Get a String value from a Property of the current JSON Token.
IsValid Indicates whether this is a Valid Token.
PropertyExists Indicates whether the Property exists in the current Token.
ValueAsArray Return this Token's Value as an Array.
ValueAsBoolean Return this Token's Value as a Boolean value.
ValueAsDate Return this Token's Value as a Date.
ValueAsDecimal Return this Token's Value as a Decimal.
ValueAsDouble Return this Token's Value as a Double.
ValueAsInteger Return this Token's Value as an Integer.
ValueAsString Return this Token's Value as a String.
ValueIsNull Return True if the Token's Value is null.

Properties

Name Description
JsonText Read-Only System Use Only The raw JSON Text representing this Token.
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0