REST.JsonReflect.TJSONUnMarshal.JSONToTValue

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


説明

JSONToTValue メソッドは、rttiType に基づいて、JsonValue を同等の TValue に変換します。

関連項目