|
any_tests
|
477be43d00
consolidate more tests
|
7 년 전 |
|
api_tests
|
8fa357ab7b
consolidate mor tests
|
7 년 전 |
|
benchmarks
|
e3bc511e5a
consolidate more tests
|
7 년 전 |
|
extension_tests
|
8fa357ab7b
consolidate mor tests
|
7 년 전 |
|
extra
|
b134d86290
optimize code
|
8 년 전 |
|
misc_tests
|
477be43d00
consolidate more tests
|
7 년 전 |
|
skip_tests
|
477be43d00
consolidate more tests
|
7 년 전 |
|
type_tests
|
24bb2eee9f
fix #236 case sensitive when both upper case and lower case presents
|
7 년 전 |
|
value_tests
|
477be43d00
consolidate more tests
|
7 년 전 |
|
.codecov.yml
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 년 전 |
|
.gitignore
|
051434fab7
fix #198, use dep for vendoring
|
8 년 전 |
|
.travis.yml
|
f29a0391bc
travis: add 1.x to go versions
|
8 년 전 |
|
Gopkg.lock
|
051434fab7
fix #198, use dep for vendoring
|
8 년 전 |
|
Gopkg.toml
|
051434fab7
fix #198, use dep for vendoring
|
8 년 전 |
|
LICENSE
|
923358c07e
Initial commit
|
9 년 전 |
|
README.md
|
bca911dae0
Update README.md
|
7 년 전 |
|
build.sh
|
051434fab7
fix #198, use dep for vendoring
|
8 년 전 |
|
example_test.go
|
9ecb1fd36d
fix go vet
|
8 년 전 |
|
feature_adapter.go
|
71f74dc71e
implement #230 DisallowUnknownFields option added
|
7 년 전 |
|
feature_any.go
|
b1b003864e
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
8 년 전 |
|
feature_any_array.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_bool.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_float.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_int32.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_int64.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_invalid.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_nil.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_number.go
|
7990317be5
gofmt
|
7 년 전 |
|
feature_any_object.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_string.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_uint32.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_any_uint64.go
|
d249b05a85
rename ValueType, to avoid collision with json.Number
|
8 년 전 |
|
feature_config.go
|
71f74dc71e
implement #230 DisallowUnknownFields option added
|
7 년 전 |
|
feature_config_with_sync_map.go
|
07f99a1124
fix build
|
7 년 전 |
|
feature_config_without_sync_map.go
|
71f74dc71e
implement #230 DisallowUnknownFields option added
|
7 년 전 |
|
feature_iter.go
|
9f088cbcc4
fix #195 when decode float as int, report it clearly
|
8 년 전 |
|
feature_iter_array.go
|
6240e1e798
#185 add jsoniter.Valid
|
8 년 전 |
|
feature_iter_float.go
|
25f147f530
add ReadNumber for Iterator.
|
8 년 전 |
|
feature_iter_int.go
|
13f86432b8
do not use defer() in read int
|
8 년 전 |
|
feature_iter_object.go
|
24bb2eee9f
fix #236 case sensitive when both upper case and lower case presents
|
7 년 전 |
|
feature_iter_skip.go
|
6240e1e798
#185 add jsoniter.Valid
|
8 년 전 |
|
feature_iter_skip_sloppy.go
|
7e3b776024
change jsoniter-sloppy to jsoniter_sloppy
|
8 년 전 |
|
feature_iter_skip_sloppy_test.go
|
477be43d00
consolidate more tests
|
7 년 전 |
|
feature_iter_skip_strict.go
|
7e3b776024
change jsoniter-sloppy to jsoniter_sloppy
|
8 년 전 |
|
feature_iter_string.go
|
6240e1e798
#185 add jsoniter.Valid
|
8 년 전 |
|
feature_json_number.go
|
73c7bc881e
fix #180, add missing methods to jsoniter.Number
|
8 년 전 |
|
feature_pool.go
|
b1b003864e
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
8 년 전 |
|
feature_reflect.go
|
a9b9c73b4d
fix #207 delay unsupported type error reporting
|
8 년 전 |
|
feature_reflect_array.go
|
807e4a8b20
Optimize 0-length array case
|
7 년 전 |
|
feature_reflect_extension.go
|
c27f6f9350
config: add OnlyTaggedField config, only process tagged fields in struct
|
8 년 전 |
|
feature_reflect_map.go
|
945d1aaa19
fix #140 uintptr will no lock the address from gc
|
7 년 전 |
|
feature_reflect_native.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
feature_reflect_object.go
|
24bb2eee9f
fix #236 case sensitive when both upper case and lower case presents
|
7 년 전 |
|
feature_reflect_optional.go
|
0ab880662f
fix #219 should check real value for empty instead of just the pointer for nested field
|
8 년 전 |
|
feature_reflect_slice.go
|
945d1aaa19
fix #140 uintptr will no lock the address from gc
|
7 년 전 |
|
feature_reflect_struct_decoder.go
|
24bb2eee9f
fix #236 case sensitive when both upper case and lower case presents
|
7 년 전 |
|
feature_stream.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
feature_stream_float.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
feature_stream_int.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
feature_stream_string.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
feature_stream_test.go
|
75810179f6
remove n from stream
|
7 년 전 |
|
fuzzy_mode_convert_table.md
|
779c3e2164
update conversion table
|
8 년 전 |
|
jsoniter.go
|
f0487718f6
document public symbols
|
8 년 전 |
|
test.sh
|
e7c7f3b337
fix coverage
|
7 년 전 |