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-24 23:16:47 +02:00
Code
Issues
Releases
Activity
Files
d51e841de09d234a64d0dfadd2305596979559da
json-iterator
/
extra
History
Tao Wen
455b3f8bb8
move reflect2 from plz to modern-go
2018-02-28 17:09:30 +08:00
..
binary_as_string_codec_test.go
fix
#244
use BinaryAsStringExtension to make []byte pretty, while the output is valid json, but it can not be decoded by other json codec, as \x01 is decoded as \x01 by them, which is not original input
2018-02-27 12:40:48 +08:00
binary_as_string_codec.go
move reflect2 from plz to modern-go
2018-02-28 17:09:30 +08:00
fuzzy_decoder_test.go
fix
#243
fuzzy decoder should take null as valid input
2018-02-26 23:22:22 +08:00
fuzzy_decoder.go
move reflect2 from plz to modern-go
2018-02-28 17:09:30 +08:00
naming_strategy_test.go
import github.com/stretchr/testify/require
2017-07-07 09:13:25 +08:00
naming_strategy.go
use reflect2 to replace reflect
2018-02-22 10:12:08 +08:00
privat_fields.go
use reflect2 to replace reflect
2018-02-22 10:12:08 +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