Read Property From JSON
Extracts a specific property value from a JSON object using a path expression.
Inputs
JSON Object
required: Source JSON object to read fromProperty Path
required: Path to the desired property (dot notation)Default Value
: Value to return if property is not found
Example
Outputs
Property Value
: The value at the specified pathFound
: Boolean indicating if the property was found
