https://issues.dlang.org/show_bug.cgi?id=15336
Issue ID: 15336
Summary: std.json: opIn undocumented for JSONValue
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
JSONValue isn't documented to support the "in" operator. The source code
apparently reveals that it does. Since normal people believe the documentation
and don't automatically go to the source code first, it looks to all the world
like this rather essential feature isn't there.
Please document this.
--