System.JSON.TJSONMapper.ObjFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjFrom(const AValue: TJSONObject): T; overload;
function ObjFrom(const AValue: string): T; overload;

C++

T __fastcall ObjFrom(TJSONObject* const AValue)/* overload */;
T __fastcall ObjFrom(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.