-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow array-like pair dereferencing #134
Comments
I like this approach better than the |
@patmagee if we do this, a more intuitive json input might be a good idea too- do you have any thoughts on what that might look like? Right now it's:
|
@cjllanwarne The One thing I DO like about pair is that it differentiates itself from an array type, however it could be interpreted as a fancy One way would be the simplest, which would be a 2 element {
"pair": [ 100, 22 ]
} this is similar to the |
|
Related to #279. But I wouldn't mind either |
As mentioned a couple of times, the pair dereferencing is not intuitive (you have to look it up in the docs to be able to find it). Perhaps we could additionally support array-style dereferencing?
The text was updated successfully, but these errors were encountered: