Returns the index of the mapping for the specified path
Source position: fpjsontopas.pp line 66
public function TPropertyMap.IndexOfPath( |
const APath: string |
):Integer; |
APath |
|
JSON path to search for |
Index of the mapping, or -1 if not found
IndexOfPath searches for a property mapping with the given JSON path and returns its index. Returns -1 if no mapping is found for the specified path.