AFRS

Another f** rule syntax, simple quick pattern matching on JSON objects (more data types to come).

Rule Synax

Variables

|Type|Additional Rule Field(s)|Description| |---|---|---| |Contains|contains|Variable type looks to see if the value at the location specified by field contains the value provided in the contains field.| |Exact|exact|Variable type looks to see if the value at the location specified by field exactly matches the value provided in the exact field.| |Regex|regex|The regex field is read in and deserialized as a (Regex)[https://docs.rs/regex/1.5.4/regex/struct.Regex.html] pattern, this is then matched against the value at the location specified by field.|