Read Property From JSON
Extracts a specific property value from a JSON object using a path expression.
Inputs
JSON Objectrequired: Source JSON object to read fromProperty Pathrequired: 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
