System.JSON.TJSONPathParser.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TObject.Destroy */ inline __fastcall virtual ~TJSONPathParser() { }

Properties

Type Visibility Source Unit Parent
destructor public System.JSON.hpp System.JSON TJSONPathParser

Description

Destroys this instance of TJSONPathParser to iterate through the elements of the specified JSON path.

See Also