go-fastjson

Package fastjson provides a library for fast JSON encoding, optimised for static code generation. Fastjson functions and interfaces are structured such that all encoding appends to a buffer, enabling buffer reuse without forcing specific mechanisms such as sync.Pool. This enables zero-allocation encoding without incurring any concurrency overhead in certain applications.

OTHER License

Stars
15
Committers
7
go-fastjson - v1.3.0 Latest Release

Published by kruskall over 1 year ago

go-fastjson - v1.2.0

Published by axw over 1 year ago

  • Update to Go 1.19
  • Update golang.org/x/tools
  • Use standard Go error wrapping instead of pkg/errors
go-fastjson - v1.1.0

Published by axw over 4 years ago

Use golang.org/x/tools/go/packages for parsing Go packages, which works with Go modules.

go-fastjson - v1.0.0

Published by axw almost 6 years ago

Initial release, extracted from github.com/elastic/apm-agent-go.