System.JSON.TJSONString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObjectTJSONString

Delphi

TJSONString = class(TJSONValue)

C++

class PASCALIMPLEMENTATION TJSONString : public TJSONValue

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.pas
System.JSON.hpp
System.JSON System.JSON

Beschreibung

Implementiert einen JSON-String.

TJSONString ist die Klasse, die einen JSON-String implementiert.

Siehe auch