REST.JsonReflect.TJSONUnMarshal.GetArgStrings
Delphi
function GetArgStrings(JsonArray: TJSONArray): TListOfStrings;
C++
TListOfStrings __fastcall GetArgStrings(System::Json::TJSONArray* JsonArray);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp  | 
        REST.JsonReflect | TJSONUnMarshal | 
Description
Transforms the specified JsonArray into an array of strings.