TJsonString
Class
type TJsonString = class(TJson)
Represents a JSON string value. Don't create instances of this class.
Properties
DateTime: TDateTime read;
Decodes the string into a date/time.
DateTimeOffset: Integer read;
Decodes the string and returns date/time offset (in minutes) to UTC time.
IsDateTime: Boolean read;
Indicates whether the string contains a date/time as specified in RFC 3339.
Value: WideString read;
The string it represents.
Example
Text |