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 for full object/array comparisons? #28

Open
brett19 opened this issue Jul 24, 2018 · 0 comments
Open

support for full object/array comparisons? #28

brett19 opened this issue Jul 24, 2018 · 0 comments

Comments

@brett19
Copy link
Collaborator

brett19 commented Jul 24, 2018

I think it might make sense to support comparing objects and/or arrays using the Equals/NotEquals operators. For objects, this would come in the form of comparison that the keys and values match (but not necessarily the ordering), and for arrays that the elements and ordering match. I think this might actually be possible to implement today using a compound operator which decomposes an array or object into a set of EQUALs checks (and maybe something to confirm the length of the object/array matching).

@brett19 brett19 changed the title support for object/array comparisons? support for full object/array comparisons? Aug 2, 2018
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