TJSONValue Class

Represents type TJSONValue.

Namespace: flcJSON
type
 TJSONValue = class
 end;

The TJSONValue type exposes the following members.

Show:
 NameDescription
ValueArray

Represents property ValueArray.

ValueBoolean

Represents property ValueBoolean.

ValueFloat

Represents property ValueFloat.

ValueInt

Represents property ValueInt.

ValueIsArray

Represents property ValueIsArray.

ValueIsBoolean

Represents property ValueIsBoolean.

ValueIsFloat

Represents property ValueIsFloat.

ValueIsInt

Represents property ValueIsInt.

ValueIsNull

Represents property ValueIsNull.

ValueIsObject

Represents property ValueIsObject.

ValueIsStr

Represents property ValueIsStr.

ValueObject

Represents property ValueObject.

ValueStr

Represents property ValueStr.

ValueStrUTF8

Represents property ValueStrUTF8.

ValueType

Represents property ValueType.

ValueVariant

Represents property ValueVariant.

Top
Show:
 NameDescription
BuildJSONString(TUnicodeStringBuilder,TJSONStringOptions,Integer)

Represents method BuildJSONString(TUnicodeStringBuilder,TJSONStringOptions,Integer).

Clone

Represents method Clone.

Compare(TJSONValue)

Represents method Compare(TJSONValue).

GetJSONString(TJSONStringOptions)

Represents method GetJSONString(TJSONStringOptions).

GetJSONStringUTF8(TJSONStringOptions)

Represents method GetJSONStringUTF8(TJSONStringOptions).

Validate(TJSONObject)

Represents method Validate(TJSONObject).

Top