Data.DBXJSONReflect.TJSONUnMarshal.CreateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateObject(JsonObj: TJSONObject): TObject;

C++

System::TObject* __fastcall CreateObject(System::Json::TJSONObject* JsonObj);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Creates an object based on a serialized JSON representation.

The CreateObject method creates an object based on a serialized JSON representation. The JsonObj parameter specifies the JSON object instance.

See Also