JSON_RESPONSE

Description

Triggered upon successful parsing of valid JSON content in the body of an HTTP (or HTTP/2) response message.

Examples

when JSON_RESPONSE {
    log local0. "JSON content in response is now accessible"
    ...
}