System.JSON.TJSONString

Aus RAD Studio API Documentation

TJSONStringSystem.JSON.TJSONValueSystem.JSON.TJSONAncestorSystem.TObject

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