JSON Events
JSON Parser Events Dev-Only
JSON Parser events are useful when you are loading and working with structured data.
On Parse Success
Fires after JSON is parsed successfully. This is the point where you would usually start reading values from the parsed data.
On Parse Error
Fires when the source data is not valid JSON. Useful for showing an error, stopping the flow, or falling back to another path.