Adds a new property mapping for the specified path
Source position: fpjsontopas.pp line 65
public function TPropertyMap.AddPath( |
const APath: string; |
const ATypeName: string |
APath |
|
JSON path for the property mapping |
ATypeName |
|
Pascal type name for the property |
The created TPropertyMapItem
AddPath creates a new TPropertyMapItem for the given JSON path and type name. Returns the created mapping item for further configuration.