Unit 'fpJsonToPas' Package
[Overview][Types][Classes][Index] [#fcl]

TPropertyMap.FindPath

Finds the property mapping for the specified path

Declaration

Source position: fpjsontopas.pp line 67

public function TPropertyMap.FindPath(

  const APath: string

):TPropertyMapItem;

Arguments

APath

  

JSON path to search for

Function result

The found TPropertyMapItem, or nil if not found

Description

FindPath searches for and returns the TPropertyMapItem for the given JSON path. Returns nil if no mapping is found for the specified path.


Documentation generated on: Jan 27 2026