REST.JsonReflect.TJSONUnMarshal.JSONToTValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

The JSONToTValue method converts the JsonValue into its equivalent TValue based on the rttiType.

See Also