System.JSON.TJSONAncestor

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTJSONAncestor

Delphi

TJSONAncestor = class abstract

C++

class PASCALIMPLEMENTATION TJSONAncestor : public System::TObject

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.

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