Transforms JSON data path into a readable string. Supports multiple nesting
layers. Use the second parameter if specific property failed, but is not
included in the data path.
Parameters
dataPath: string
OptionalpropertyName: string
Returns string
Example
`/objects/0/property_name`turnsinto`Property 'property_name' of the first object`
Transforms JSON data path into a readable string. Supports multiple nesting layers. Use the second parameter if specific property failed, but is not included in the data path.