System.JSON.Readers.JSONGetEnumName
Delphi
function JSONGetEnumName(Value: TJsonToken): string; overload;
function JSONGetEnumName(Value: TJsonContainerType): string; overload;
function JSONGetEnumName(Value: TJsonReader.TState): string; overload;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall JSONGetEnumName(System::Json::Types::TJsonToken Value)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.JSON.Readers.pas System.JSON.Readers.hpp |
System.JSON.Readers | System.JSON.Readers |
Description
Embarcadero Technologies does not currently have any additional information.