Support nested array wildcard deletion#95
Conversation
|
Hey @joaosa, this is cool but we ought to handle wildcards at multiple levels in the hierarchy. I've created a branch with test cases that we need to support here: 9b07226 This has also surfaced what I'd consider to be a bug with the existing We'll likely need to implement a custom walk function for the path segments rather than rely on |
|
Hey @Jeffail, that makes a lot of sense and the test cases are surely helpful! I don't think I'll have the time to help right away. It would be great if you could look into it :) |
|
Closing this in favor of #113 :) |
I added support for deletes that affect all entries within an array.
This way, delete operations of the form
outer.*.barwill work.Hope this makes sense! Let me know if I missed anything :)