Add support for writing the final output to io.Writer
thedevsaddam opened this issue · 1 comments
thedevsaddam commented
gojsonq.New().File("./data.json").From("items").SortBy("price").Writer(os.Stdout)
thedevsaddam commented
Available from v2.2.0
thedevsaddam opened this issue · 1 comments
gojsonq.New().File("./data.json").From("items").SortBy("price").Writer(os.Stdout)
Available from v2.2.0