API: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

The abstract ancestor class for most JSON classes.

System.JSON.TJSONValue inherits from System.JSON.TJSONAncestor. All content below this line refers to System.JSON.TJSONAncestor.

The abstract ancestor class for most JSON classes.

TJSONAncestor declares methods and properties common to all JSON classes representing JSON objects TJSONObject, JSON pairs TJSONPair, and other JSON types (like TJSONString, TJSONBool, and others).

See Also