thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.17k stars 140 forks source link

Feature: Filter where "not like" #107

Open imampri100 opened 9 months ago

imampri100 commented 9 months ago

Hello @thedevsaddam Is the library support not like filter? Or Will this feature be added in the next release?

Thank you