gojay

high performance JSON encoder/decoder with stream API for Golang
git clone git://git.lair.cx/gojay
Log | Files | Refs | README | LICENSE

go.mod (224B)


      1 module go.lair.cx/gojay
      2 
      3 go 1.19
      4 
      5 require github.com/stretchr/testify v1.8.0
      6 
      7 require (
      8 	github.com/davecgh/go-spew v1.1.1 // indirect
      9 	github.com/pmezard/go-difflib v1.0.0 // indirect
     10 	gopkg.in/yaml.v3 v3.0.1 // indirect
     11 )