This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
json-iterator
Watch
1
Star
0
Fork
0
You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced
2025-06-12 22:47:42 +02:00
Code
Issues
Releases
Activity
Files
5916df66b3733aaef213b39c2c67d0990eac487f
json-iterator
/
extra
History
Iskander Sharipov
c5ddac9dc3
simplify
x = x <op> y
to
x <op>= y
...
Found using
https://go-critic.github.io/overview#assignOp-ref
2018-09-13 21:48:13 +03:00
..
binary_as_string_codec_test.go
suport encode map[interface{}]interface{}
2018-03-15 21:28:16 +08:00
binary_as_string_codec.go
simplify
x = x <op> y
to
x <op>= y
2018-09-13 21:48:13 +03:00
fuzzy_decoder_test.go
fix
#263
, support empty string as 0 in fuzz mode
2018-04-18 16:34:54 +08:00
fuzzy_decoder.go
fix
#263
, support empty string as 0 in fuzz mode
2018-04-18 16:34:54 +08:00
naming_strategy_test.go
fix
#276
allow rename when set naming strategy
2018-07-01 15:16:28 +08:00
naming_strategy.go
fix
#276
allow rename when set naming strategy
2018-07-01 15:16:28 +08:00
privat_fields.go
add tests for
#283
2018-07-01 13:05:25 +08:00
private_fields_test.go
import github.com/stretchr/testify/require
2017-07-07 09:13:25 +08:00
time_as_int64_codec_test.go
import github.com/stretchr/testify/require
2017-07-07 09:13:25 +08:00
time_as_int64_codec.go
remove EncodeInterface
2018-02-14 15:04:23 +08:00