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

add FromByteArray #95

Open esperyong opened 2 years ago

esperyong commented 2 years ago

[]byte is provide by many api, add this method will be nicer :)