Get dynamic object for Json.
The following example uses property
Json of
"project" for parsing json text.
project.Json.FromString("{\"Status\": 200}");
return project.Json.Status;
$project->Json->FromString("{\"Status\": 200}");
return $project->Json->Status;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.