Skip to content
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

Support looping over objects rather than just arrays #25

Open
brett19 opened this issue Jul 23, 2018 · 1 comment
Open

Support looping over objects rather than just arrays #25

brett19 opened this issue Jul 23, 2018 · 1 comment

Comments

@brett19
Copy link
Collaborator

brett19 commented Jul 23, 2018

JSONSM should support performing looping over objects as well as arrays.

@brett19
Copy link
Collaborator Author

brett19 commented Jul 23, 2018

This could be trivially implemented by expanding the ANY/EVERY IN syntax to support a second variable holding the key of the object and then enabling the use of Loop's on an ExecNode against an object type (right now its limited to array types).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant