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
struct JSON
@safe const
opUnary
(
string op
)
()

Meta