doc.atozed.com
! (boolean not)
Supported types: boolean Example: =.users.IsAdmin:! This will return the value of users.IsAdmin, but will perform a boolean not. ie, true becomes false and false becomes true.