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

TPropertyMap.AddPath

Adds a new property mapping for the specified path

Declaration

Source position: fpjsontopas.pp line 65

public function TPropertyMap.AddPath(

  const APath: string;

  const ATypeName: string

):TPropertyMapItem;

Arguments

APath

  

JSON path for the property mapping

ATypeName

  

Pascal type name for the property

Function result

The created TPropertyMapItem

Description

AddPath creates a new TPropertyMapItem for the given JSON path and type name. Returns the created mapping item for further configuration.


Documentation generated on: Jan 27 2026