JSONValue.opBinaryRight

inout(JSONValue) * opBinaryRight(string op : "in")(string k) inout @safe

Provides support for the in operator.

Tests whether a key can be found in an object.

Returns

When found, the inout(JSONValue)* that matches to the key,

otherwise null.

Throws

JSONException if the right hand side argument JSONType

is not object.