https://issues.dlang.org/show_bug.cgi?id=15331
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from [email protected] --- The opIn_r operator is supported . However another issue should be opened to ask for it to be documented. --- void main(string[] args) { import std.json; JSONValue v = parseJSON("{}"); assert("whatever" !in v); }--- --
