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 @trusted
opUnary
(
string op
)
()

Meta