thedevsaddam/gojsonq

Add support for writing the final output to io.Writer

thedevsaddam opened this issue · 1 comments

gojsonq.New().File("./data.json").From("items").SortBy("price").Writer(os.Stdout)

Available from v2.2.0