extra
|
optimize code
|
2017-09-06 13:18:05 +08:00 |
output_tests
|
Add tests for int64
|
2017-08-10 20:58:49 -07:00 |
skip_tests
|
#136 strconv.ParseFloat can not validate 1. , added extra validation for this special case
|
2017-07-18 22:19:52 +08:00 |
.codecov.yml
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
.gitignore
|
test and cover multiple packages
|
2017-07-02 12:58:14 +08:00 |
.travis.yml
|
travis: add 1.x to go versions
|
2017-09-07 17:12:42 +02:00 |
compatible_test.go
|
Fix standard compatiblility
|
2017-10-27 01:43:41 +08:00 |
example_test.go
|
fix go vet
|
2017-07-09 11:24:26 +08:00 |
feature_adapter.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
feature_any_array.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_bool.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_float.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_int32.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_int64.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_invalid.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_nil.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_number.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_object.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_string.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_uint32.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any_uint64.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
feature_any.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_config.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
feature_iter_array.go
|
#185 add jsoniter.Valid
|
2017-10-10 08:57:02 +08:00 |
feature_iter_float.go
|
#138 fix - without following digits; fix 1.e1
|
2017-07-18 23:48:40 +08:00 |
feature_iter_int.go
|
document public symbols
|
2017-07-09 16:09:23 +08:00 |
feature_iter_object.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
feature_iter_skip_sloppy.go
|
change jsoniter-sloppy to jsoniter_sloppy
|
2017-10-23 15:03:44 +08:00 |
feature_iter_skip_strict.go
|
change jsoniter-sloppy to jsoniter_sloppy
|
2017-10-23 15:03:44 +08:00 |
feature_iter_skip.go
|
#185 add jsoniter.Valid
|
2017-10-10 08:57:02 +08:00 |
feature_iter_string.go
|
#185 add jsoniter.Valid
|
2017-10-10 08:57:02 +08:00 |
feature_iter.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_json_number.go
|
fix #180, add missing methods to jsoniter.Number
|
2017-10-06 17:56:36 +08:00 |
feature_pool.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_reflect_array.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_reflect_extension.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_reflect_map.go
|
#126 fix space in case map key is sorted
|
2017-07-11 01:07:18 +08:00 |
feature_reflect_native.go
|
#185 add jsoniter.Valid
|
2017-10-10 08:57:02 +08:00 |
feature_reflect_object.go
|
#152 gofmt
|
2017-08-25 12:53:23 +08:00 |
feature_reflect_slice.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_reflect_struct_decoder.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
feature_reflect.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
feature_stream_float.go
|
fix build; add document for exported symbols
|
2017-07-09 14:48:34 +08:00 |
feature_stream_int.go
|
fix build; add document for exported symbols
|
2017-07-09 14:48:34 +08:00 |
feature_stream_string.go
|
#153 fix invalid utf8 using same implementation as the standard library
|
2017-08-29 23:58:51 +08:00 |
feature_stream.go
|
expose OptionalEncoder&OptionalDecoder; add attachment to Stream&Iterator for customized decoder/encoder
|
2017-11-08 11:41:45 +08:00 |
fuzzy_mode_convert_table.md
|
update conversion table
|
2017-07-13 00:13:04 +08:00 |
jsoniter_1dot8_only_test.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
jsoniter_adapter_test.go
|
#126 fix space in case map key is sorted
|
2017-07-11 01:07:18 +08:00 |
jsoniter_alias_test.go
|
fix build; add document for exported symbols
|
2017-07-09 14:48:34 +08:00 |
jsoniter_any_array_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter_any_bool_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter_any_float_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter_any_int_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter_any_map_test.go
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
jsoniter_any_null_test.go
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
jsoniter_any_object_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter_any_string_test.go
|
#133 validate json when Skip()
|
2017-07-18 09:45:25 +08:00 |
jsoniter_array_test.go
|
#139 unmarshal non base64 into []byte
|
2017-07-19 12:04:22 +08:00 |
jsoniter_bool_test.go
|
replace should.Equal(nil, err) with should.NoError(err)
|
2017-09-16 16:30:04 -07:00 |
jsoniter_customize_test.go
|
Always skip unexported fields when encoding
|
2017-09-18 11:02:15 -07:00 |
jsoniter_demo_test.go
|
fix go report card
|
2017-07-09 11:12:37 +08:00 |
jsoniter_encode_interface_test.go
|
increase coverage
|
2017-07-13 15:32:26 +08:00 |
jsoniter_enum_marshaler_test.go
|
replace should.Equal(nil, err) with should.NoError(err)
|
2017-09-16 16:30:04 -07:00 |
jsoniter_fixed_array_test.go
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
jsoniter_float_test.go
|
#135 verify 1e1 and 1.0e1 is handled same as std
|
2017-07-18 11:28:19 +08:00 |
jsoniter_int_test.go
|
fix #184, support null as number
|
2017-10-07 09:29:32 +08:00 |
jsoniter_interface_test.go
|
Improve stdlib compatibility
|
2017-09-16 16:57:51 -07:00 |
jsoniter_invalid_test.go
|
#185 add jsoniter.Valid
|
2017-10-10 08:57:02 +08:00 |
jsoniter_io_test.go
|
#133 validate json when Skip()
|
2017-07-18 09:45:25 +08:00 |
jsoniter_iterator_test.go
|
Use json.Number as the return
|
2017-07-12 00:11:50 +08:00 |
jsoniter_large_file_test.go
|
#139 unmarshal non base64 into []byte
|
2017-07-19 12:04:22 +08:00 |
jsoniter_map_test.go
|
#129 fix read map with reader, should use ReadMapCB instead of ReadObjectCB
|
2017-07-12 16:40:05 +08:00 |
jsoniter_must_be_valid_test.go
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
jsoniter_nested_test.go
|
#68 number to string
|
2017-06-20 15:11:01 +08:00 |
jsoniter_null_test.go
|
Improve stdlib compatibility
|
2017-09-16 16:57:51 -07:00 |
jsoniter_object_test.go
|
fix #191 do not always assume the object field is simple string
|
2017-10-31 22:38:41 +08:00 |
jsoniter_optional_test.go
|
import github.com/stretchr/testify/require
|
2017-07-07 09:13:25 +08:00 |
jsoniter_raw_message_test.go
|
#178 SkipAndReturnBytes should return copy of memory
|
2017-09-21 20:18:45 +08:00 |
jsoniter_reader_test.go
|
#133 fix empty struct skip; fix ] as empty array
|
2017-07-17 09:09:00 +08:00 |
jsoniter_reflect_native_test.go
|
#59 add ConfigFastest
|
2017-06-17 10:21:37 +08:00 |
jsoniter_skip_test.go
|
fix #190 handle empty input
|
2017-10-31 22:47:02 +08:00 |
jsoniter_sloppy_test.go
|
implement skip number and string strictly
|
2017-07-18 09:01:43 +08:00 |
jsoniter_stream_test.go
|
#177 flush buffer should check available again
|
2017-09-21 21:04:45 +08:00 |
jsoniter_string_test.go
|
#137 fix unicode surrogate incompatibility
|
2017-07-18 23:17:52 +08:00 |
jsoniter_struct_decoder_test.go
|
#152 gofmt
|
2017-08-25 12:53:23 +08:00 |
jsoniter_struct_encoder_test.go
|
Always skip unexported fields when encoding
|
2017-09-18 11:02:15 -07:00 |
jsoniter_wrap_test.go
|
rename ValueType, to avoid collision with json.Number
|
2017-08-05 07:10:15 +08:00 |
jsoniter.go
|
document public symbols
|
2017-07-09 16:09:23 +08:00 |
LICENSE
|
Initial commit
|
2016-11-30 08:30:24 +08:00 |
README.md
|
fix #179
|
2017-09-26 15:35:55 +08:00 |
test.sh
|
make test faster
|
2017-07-15 18:09:06 +08:00 |
unmarshal_input_test.go
|
#133 validate json when Skip()
|
2017-07-18 09:45:25 +08:00 |