|
extra
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
output_tests
|
e417330822
fuzzy test from 1000 to 100
|
8 years ago |
|
.codecov.yml
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
.gitignore
|
f60a6a17c2
test and cover multiple packages
|
8 years ago |
|
.travis.yml
|
6a7bf91c45
only test against 1.8
|
8 years ago |
|
LICENSE
|
923358c07e
Initial commit
|
9 years ago |
|
README.md
|
8700644196
cut 0.9.18
|
8 years ago |
|
example_test.go
|
f5edf564c8
gofmt
|
8 years ago |
|
feature_adapter.go
|
678c297af3
#75 support MarshalIndent
|
8 years ago |
|
feature_any.go
|
f5edf564c8
gofmt
|
8 years ago |
|
feature_any_array.go
|
f5edf564c8
gofmt
|
8 years ago |
|
feature_any_bool.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_float.go
|
6129e85d53
increase coverage
|
8 years ago |
|
feature_any_int32.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_int64.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_invalid.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_nil.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_number.go
|
712ddb1942
fix negative number to uint
|
8 years ago |
|
feature_any_object.go
|
8675af13bf
increase coverage
|
8 years ago |
|
feature_any_string.go
|
1de44419ea
increase coverage
|
8 years ago |
|
feature_any_uint32.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_any_uint64.go
|
baca358b53
add MustBeValid to Any
|
8 years ago |
|
feature_config.go
|
678c297af3
#75 support MarshalIndent
|
8 years ago |
|
feature_iter.go
|
f7df62f1b5
#115 check object end
|
8 years ago |
|
feature_iter_array.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
feature_iter_float.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
feature_iter_int.go
|
ff3c624fa9
fix anonymous fields
|
8 years ago |
|
feature_iter_object.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
feature_iter_skip.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
feature_iter_string.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
feature_pool.go
|
985e263300
#61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny
|
8 years ago |
|
feature_reflect.go
|
bf002a02be
#102 create correct type when pointer to Marshaler/Unmarshaler is nil
|
8 years ago |
|
feature_reflect_array.go
|
1253b8edd3
gofmt
|
8 years ago |
|
feature_reflect_extension.go
|
ed6c434851
gofmt
|
8 years ago |
|
feature_reflect_map.go
|
368bd0c1d8
fix 1.6 compatibility
|
8 years ago |
|
feature_reflect_native.go
|
ed6c434851
gofmt
|
8 years ago |
|
feature_reflect_object.go
|
f7df62f1b5
#115 check object end
|
8 years ago |
|
feature_reflect_slice.go
|
f771d32291
#70 decode null to nil for map/slice
|
8 years ago |
|
feature_stream.go
|
678c297af3
#75 support MarshalIndent
|
8 years ago |
|
feature_stream_float.go
|
550531a046
increase coverage
|
8 years ago |
|
feature_stream_int.go
|
d0418857ce
#53 move current config EnableXXX
|
8 years ago |
|
feature_stream_string.go
|
8f8e16b4c2
#63 keep struct field order
|
8 years ago |
|
fuzzy_mode_convert_table.md
|
ee3313111c
add string tests
|
8 years ago |
|
jsoniter_1dot8_only_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_adapter_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_array_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_bool_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_float_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_int_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_map_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_null_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_object_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_any_string_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_array_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_bool_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_customize_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_demo_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_find_end_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_fixed_array_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_float_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_int_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_interface_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_invalid_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_io_test.go
|
b31b1301e2
#59 add ConfigFastest
|
8 years ago |
|
jsoniter_iterator_test.go
|
8ab46965bd
extract out any tests
|
8 years ago |
|
jsoniter_large_file_test.go
|
b31b1301e2
#59 add ConfigFastest
|
8 years ago |
|
jsoniter_map_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_must_be_valid_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_nested_test.go
|
818ae1331a
#68 number to string
|
8 years ago |
|
jsoniter_null_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_object_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_optional_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_raw_message_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_reflect_native_test.go
|
b31b1301e2
#59 add ConfigFastest
|
8 years ago |
|
jsoniter_skip_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_stream_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_string_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
jsoniter_wrap_test.go
|
b74ffb2e03
import github.com/stretchr/testify/require
|
8 years ago |
|
test.sh
|
f60a6a17c2
test and cover multiple packages
|
8 years ago |