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 |
---|---|
The object to extract the value from. | |
The property path to extract the value from. See Property Path for more info. |
Outputs#
Port | Description |
---|---|
The extracted object. | |
ID: property-getter@v1