Closed bmcfee closed 7 years ago
It would be useful to have a __contains__ method on JObject (or at least Sandbox) so that you can quickly check if a JObject contains a value by name. This is primarily handy when looking at sandboxes.
__contains__
JObject
Sandbox
It would be useful to have a
__contains__
method onJObject
(or at leastSandbox
) so that you can quickly check if a JObject contains a value by name. This is primarily handy when looking at sandboxes.