Skip to content

🎭 Jester – A lightweight JSON handling library for Go. Traverse, manipulate, and extract JSON data with ease.

License

Notifications You must be signed in to change notification settings

lb-selfbot/go-jester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Jester 🎭

A lightweight JSON handling library in Go. Built from github.com/bitly/go-simplejson.

Why?

  • 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.

Installation

go get github.com/lb-selfbot/go-jester

About

🎭 Jester – A lightweight JSON handling library for Go. Traverse, manipulate, and extract JSON data with ease.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages