thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.18k stars 140 forks source link

Add Offset method #42 #45

Closed thedevsaddam closed 5 years ago

thedevsaddam commented 5 years ago
results := gojsonq.New().JSONString(jsonStr).From("vendor.items").Offset(10).Limit(20).Get()
fmt.Println(results)
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 284


Totals Coverage Status
Change from base Build 282: 0.0%
Covered Lines: 962
Relevant Lines: 962

💛 - Coveralls