codecutout/StringToExpression

Complex and Collection Literals

Opened this issue · 5 comments

Currently the parser only supports the $filter expression, how do collection literals work with filter expressions?

Interesting. That might be tricky to do as the parser would need to know how to handle processing lambda parameters

You are more than welcome to have a go at extending the definitions to add the any/all methods. It is definitely an interesting challenge

Any update on the functionality of filtering by nested collections?

I tried my hand on it. It's my first time contributing to something to Github If someone is interested here are my commits: 78a7267