REST.JsonReflect.TJSONUnMarshal.JSONToTValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function JSONToTValue(JsonValue: TJSONValue; rttiType: TRttiType): TValue;

C++

System::Rtti::TValue __fastcall JSONToTValue(System::Json::TJSONValue* JsonValue, System::Rtti::TRttiType* rttiType);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


Beschreibung

Die Methode JSONToTValue wandelt auf Basis des rttiType den JsonValue in den äquivalenten TValue um.

Siehe auch