Json.opOpAssign
- void opOpAssign(Json other)
struct Json
@safe @trusted
void
opOpAssign
if (
op == "+" ||
op == "-"
||
op == "*"
||
op == "/"
||
op == "%"
||
op == "~"
)
- void opOpAssign(T other)
index vibe data json Json
aliasesconstructorsenumsfunctionspropertiesvariables
Performs binary operations between JSON values.
The two JSON values must be of the same run time type or a JSONException will be thrown. Only the operations listed are allowed for each of the types.