System.JSON.TJSONValue

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.TJSONAncestorSystem.TObjectTJSONValue

Delphi

TJSONValue = class abstract(TJSONAncestor)

C++

class PASCALIMPLEMENTATION TJSONValue : public TJSONAncestor

Properties

Type Visibility Source Unit Parent
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Description

Represents the ancestor class for all the JSON classes defining string, object, array, number, boolean, true, false, and null values.

See Also

Code Examples