REST.JsonReflect.TJSONUnMarshal.JSONToTValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


Description

La méthode JSONToTValue convertit la valeur JsonValue en valeur TValue équivalente basée sur le type rttiType.

Voir aussi