elgs / jsonql

JSON query expression library in Golang.
Other
276 stars 36 forks source link

Add contains, in and notIn operators #8

Open sportebois opened 5 years ago

sportebois commented 5 years ago

I opened this PR a long while ago, then declined it and had to fix it...

I do use my fork in a useful CLI (which I cannot open source, unfortunately), for which this in prooved to be very helpful (the user can set his own query from the command line, and this makes simple filtering very easy) All that to say that after these weeks of use, I came to believe these additions, although hardly tested, are useful.

elgs commented 5 years ago

Thank you for the PR. But I don't really understand it. Can you please show some examples?