System.JSON.EJSONPathException
Delphi
EJSONPathException = class(EJSONException);
C++
class PASCALIMPLEMENTATION EJSONPathException : public EJSONException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.JSON.pas System.JSON.hpp |
System.JSON | System.JSON |
Description
JSON exception generated by a JSON path parser code.