Fast JSON encoder/decoder compatible with encoding/json for Go
Go to file
Masaaki Goshima 1d576e23f8 Add encoder 2020-04-19 19:51:22 +09:00
LICENSE Initial commit 2020-04-19 18:32:37 +09:00
README.md Initial commit 2020-04-19 18:32:37 +09:00
benchmark_test.go Add encoder 2020-04-19 19:51:22 +09:00
encode.go Add encoder 2020-04-19 19:51:22 +09:00
encode_string.go Add encoder 2020-04-19 19:51:22 +09:00
error.go Add encoder 2020-04-19 19:51:22 +09:00
go.mod Add encoder 2020-04-19 19:51:22 +09:00
go.sum Add encoder 2020-04-19 19:51:22 +09:00
json.go Add encoder 2020-04-19 19:51:22 +09:00

README.md

go-json

Fast JSON encoder/decoder compatible with encoding/json for Go