A lightweight JSON handling library in Go. Built from github.com/bitly/go-simplejson.
- Uses github.com/goccy/go-json instead of
encoding/json
. Get()
supports string as well as int keys to index maps and slices in one call.- Added
Len()
func to get the length of the underlying data. - Added
Iterator()
func to easily iterate over slices and arrays. - I guess that's all.
go get github.com/lb-selfbot/go-jester