Skip to content

Property Getter

Retrieve a value from a parsed JSON, YAML, TOML or INI object. Usually data comes from Parser in order to extract a value from the parsed object.

Inputs#

Port Description
Object
The object to extract the value from.
Property Path
The property path to extract the value from. See Property Path for more info.

Outputs#

Port Description
Success
Error
Value
The extracted object.
Found

ID: property-getter@v1