Data.DBXJSONReflect.TJSONUnMarshal.CreateObject
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONUnMarshal | |
Delphi
function CreateObject(JsonObj: TJSONObject): TObject;
C++
System::TObject* __fastcall CreateObject(System::Json::TJSONObject* JsonObj);
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.