Releases: goccy/go-json
Releases · goccy/go-json
0.7.9
Fix encoding of nil value about interface type that has method ( #291 )
0.7.8
Fix mapassign_faststr for indirect struct type ( #283 )
Fix encoding of not empty interface type ( #284 )
Fix encoding of empty struct interface type ( #286 )
0.7.7
Fix invalid utf8 on stream decoder ( #279 )
Fix buffer length bug on string stream decoder ( #280 )
Thank you @orisano !!
0.7.6
Fix nil slice assignment ( #276 )
Improve error message ( #277 )
0.7.5
Fix encoding of embedded struct with tags ( #265 )
Fix encoding of embedded struct that isn't first field ( #272 )
Fix decoding of binary type with escaped char ( #273 )
0.7.4
Fix encoding of indirect layout structure ( #264 )
0.7.3
Fix encoding of pointer type in empty interface ( #262 )
0.7.2
Fix decoder
Add decoder for func type to fix decoding of nil function value ( #257 )
Fix stream decoding of []byte type ( #258 )
Performance
Improve decoding performance of map[string]interface{} type ( use mapassign_faststr
) ( #256 )
Improve encoding performance of empty interface type ( remove recursive calling of vm.Run
) ( #259 )
Benchmark
Add bytedance/sonic as benchmark target ( #254 )
0.7.1
Fix decoder
Fix error when unmarshal empty array ( #253 )
You can’t perform that action at this time.