golang-github-francoispqt-gojay-dev 1.2.13-5build1 (amd64 binary) in ubuntu mantic

 GoJay is a performant JSON encoder/decoder for Golang.
 It has a simple API and doesn't use reflection. It relies on small
 interfaces to decode/encode structures and slices.
 .
 Why another JSON parser?
 Other fast decoder/encoder were mostly hardly readable static code
 generation or a lot of reflection, poor streaming features, and not so
 fast in the end. Also, it has a decoder that could consume
 an io.Reader of line or comma delimited JSON, in a JIT way.
 To consume a flow of JSON objects from a TCP connection for example or
 from a standard output. Same way to build an encoder that could encode
 a flow of data to a io.Writer.

Details

Package version:
1.2.13-5build1
Source:
golang-github-francoispqt-gojay 1.2.13-5build1 source package in Ubuntu
Status:
Published
Component:
universe
Priority:
Optional