thedevsaddam / gojsonq

A simple Go package for querying over JSON, YAML, XML, and CSV data.

Home Page:https://github.com/thedevsaddam/gojsonq/wiki

Repository from Github https://github.comthedevsaddam/gojsonqRepository from Github https://github.comthedevsaddam/gojsonq

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

kant777 opened this issue · comments

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

For example

Where("age > 21 and country = 'USA'")

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