pub fn parse_bridge_event(ev: &Value) -> Option<AppEvent>
Parse a single bridge event JSON value into an AppEvent.
AppEvent
Returns None for unrecognised event types, allowing callers to skip them.
None