TJSONString Class
Represents type TJSONString.
type TJSONString = class(TJSONValue) end;
The TJSONString type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create(UnicodeString) | Initializes a new instance of the TJSONString class. |
![]() | CreateUTF8(RawByteString) | Initializes a new instance of the TJSONString class. |
| Name | Description | |
|---|---|---|
![]() | Value | Represents property |
![]() | ValueArray | Represents property |
![]() | ValueBoolean | Represents property |
![]() | ValueFloat | Represents property |
![]() | ValueInt | Represents property |
![]() | ValueIsArray | Represents property |
![]() | ValueIsBoolean | Represents property |
![]() | ValueIsFloat | Represents property |
![]() | ValueIsInt | Represents property |
![]() | ValueIsNull | Represents property |
![]() | ValueIsObject | Represents property |
![]() | ValueIsStr | Represents property |
![]() | ValueObject | Represents property |
![]() | ValueStr | Represents property |
![]() | ValueStrUTF8 | Represents property |
![]() | ValueType | Represents property |
![]() | ValueVariant | Represents property |
| Name | Description | |
|---|---|---|
![]() | BuildJSONString(TUnicodeStringBuilder,TJSONStringOptions,Integer) | Represents method |
![]() | Clone | Represents method |
![]() | Compare(TJSONValue) | Represents method |
![]() | GetJSONString(TJSONStringOptions) | Represents method |
![]() | GetJSONStringUTF8(TJSONStringOptions) | Represents method |
![]() | GetValueBoolean | Represents method |
![]() | GetValueFloat | Represents method |
![]() | GetValueInt | Represents method |
![]() | GetValueIsStr | Represents method |
![]() | GetValueStr | Represents method |
![]() | GetValueType | Represents method |
![]() | GetValueVariant | Represents method |
![]() | SetValueBoolean(Boolean) | Represents method |
![]() | SetValueFloat(JSONFloat) | Represents method |
![]() | SetValueInt(Int64) | Represents method |
![]() | SetValueStr(UnicodeString) | Represents method |
![]() | Validate(TJSONObject) | Represents method |



