pub fn extract_field(
raw_message: &RawMessage,
field_path: &str,
) -> Option<Value>Expand description
Extract a field from a RawMessage using dot notation
pub fn extract_field(
raw_message: &RawMessage,
field_path: &str,
) -> Option<Value>Extract a field from a RawMessage using dot notation