-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Description
Sometimes I like to pass around JSON Object
's after filtering them out of a bigger JSON structure.
As it stands right now, if I want to access its fields with the same easy indexing syntax, I first have to put i JsonValue
again, which feels kind of pointless.
Would you accept a PR that also implements Index
directly for Object
?