System.JSON.EJSONPathException

From RAD Studio API Documentation

EJSONPathExceptionSystem.JSON.EJSONExceptionSystem.SysUtils.ExceptionSystem.TObject

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.