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

Customize the operation type of Where, take the first value #86

Closed llmgo closed 3 years ago

llmgo commented 3 years ago

how to customize the operation type of Where, take the first value.When I use the where statement, what I get is an array object, I only want to use the first one