System.JSON.Builders.TJSONIterator.Find
Delphi
function Find(const APath: String): Boolean;
C++
bool __fastcall Find(const System::UnicodeString APath);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.Builders.pas System.JSON.Builders.hpp |
System.JSON.Builders | TJSONIterator |
Description
Returns True
if the source JSON reader contains an item that matches the specified JSON path, or False
otherwise.
If you did not pass a rewinding procedure to the iterator constructor, Find raises an exception.