System.JSON.TJSONMapper.FromArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FromArray(const AValue: TJSONArray): TArray<T>; overload;
function FromArray(const AValue: string): TArray<T>; overload;

C++

System::DynamicArray<T> __fastcall FromArray(TJSONArray* const AValue)/* overload */;
System::DynamicArray<T> __fastcall FromArray(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.