System.JSON.TJSONMapper.FromObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FromObject(const AValue: TJSONValue): T; overload;
function FromObject(const AValue: string): T; overload;

C++

T __fastcall FromObject(TJSONValue* const AValue)/* overload */;
T __fastcall FromObject(const System::UnicodeString AValue)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Description

Embarcadero Technologies does not currently have any additional information.