Method Json.opIndex
Overload group
Allows direct indexing of object typed JSON values using a string as the key
.
Prototypes
const(const(Json)) opIndex( string key ); Json opIndex( string key );
Overload group
Allows direct indexing of array typed JSON values.
Prototype
inout(Json) opIndex( size_t idx ) inout;
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.