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

Implement `FromInterface` loader function #68

Closed Dragomir-Ivanov closed 4 years ago

Dragomir-Ivanov commented 4 years ago

This will enable gojsonq to work with already un-marshaled json into Go map structure.

Dragomir-Ivanov commented 4 years ago

Hi @thedevsaddam , can you review and pull this simple change, I really don't want to make forks. Thanks!

thedevsaddam commented 4 years ago

Please send PR against dev branch and you must check out from dev branch.

https://github.com/thedevsaddam/gojsonq/blob/master/CONTRIBUTING.md

Dragomir-Ivanov commented 4 years ago

Sure, made another PR against dev.