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

(De-)Serializing support #82

Open dudududi opened 4 years ago

dudududi commented 4 years ago

Hi,

It is just a feature request ;) Please consider support for serializing and deserializing queries (i.e. to/from JSON format), so they could be easily stored or send from client to server, what would allow execution that query on server and just return queried values.

Thanks!