$$not
Returns the opposite of the input's boolean evaluated value (this returns the opposite of $$boolean)
Usage​
{
"$$not": /* input */,
"style": "JAVA" /* or JS */
}
"$$not([style]):{input}"
note
Concrete values in the usage example are default values.
Returns​
boolean
Arguments​
Argument | Type | Values | Required / Default Value | Description |
---|---|---|---|---|
Primary | any | null | ||
style | enum | JAVA / JS | JAVA | Style of considering truthy values (JS only relates to string handling; not objects and arrays) |