Gojay Versions Save

high performance JSON encoder/decoder with stream API for Golang

v1.2.13

4 years ago
  • Update dependencies

v1.2.12

4 years ago
  • Fix float32 decoding when number of decimal >= 10

v1.2.11

4 years ago
  • Deterministic code generation (keep the same order for keys)

v1.2.10

5 years ago
  • Built in slices
  • Replaced generator

1.2.9

5 years ago
  • Reset keys when encoding nested object without keys

1.2.8

5 years ago
  • Add Index() method on decoder to get current array index when decoding an array

1.2.7

5 years ago
  • Optimise encoding buffer creation to only create a new buffer when usin Marshal as Decode api writes directly to the io.Writer. Doing this, using the Decode leads to less allocation.

1.1.4

5 years ago
  • Fix bug producing an error when skipping string with escaped unicode

1.2.6

5 years ago
  • Fix bug producing an error when skipping string with escaped unicode

1.2.5

5 years ago
  • Fix concurrency bug on Marshal methods reusing the same buffer