Finds the property mapping for the specified path
Source position: fpjsontopas.pp line 67
public function TPropertyMap.FindPath( |
const APath: string |
APath |
|
JSON path to search for |
The found TPropertyMapItem, or nil if not found
FindPath searches for and returns the TPropertyMapItem for the given JSON path. Returns nil if no mapping is found for the specified path.