Function Json.opUnary
Performs unary operations on the JSON value.
The following operations are supported for each type:
- Null
- none
- Bool
- ~
- Int
- +, -, ++, --
- Float
- +, -, ++, --
- String
- none
- Array
- none
- Object
- none
Performs unary operations on the JSON value.
The following operations are supported for each type: