thedevsaddam / gojsonq

A simple Go package for querying over JSON, YAML, XML, and CSV data.
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.19k stars 140 forks source link

Is there a way to pass raw query string instead of calling the methods? #93

Closed kant777 closed 2 years ago

kant777 commented 2 years ago

Is there a way to pass raw query string instead of calling the methods?

For example

Where("age > 21 and country = 'USA'")
thedevsaddam commented 2 years ago

@kant777 Unfortunately, right now there no way to pass raw query.