1
0
mirror of https://github.com/json-iterator/go.git synced 2025-03-29 21:20:52 +02:00

29 Commits

Author SHA1 Message Date
Tao Wen
c39a632e65 fix , fix empty json.Number 2018-01-25 14:47:50 +08:00
Tao Wen
9f088cbcc4 fix when decode float as int, report it clearly 2017-11-15 23:25:12 +08:00
Tao Wen
16f78601b5 fix , support null as number 2017-10-07 09:29:32 +08:00
Tao Wen
8f50a91be2 fix , support string as json.Number and jsoniter.Number 2017-10-06 18:08:14 +08:00
Tao Wen
db32ee8c2d number can be null 2017-09-05 13:00:03 +08:00
Tao Wen
1cfa233923 make jsoniter.Number same meaning as json.Number, however UseNumber still returns json.Number. 1.9 alias support should be added later 2017-08-05 07:22:53 +08:00
Xargin
e07a4ca5ec add int/int8/int32/int64 overflow test 2017-07-07 17:14:52 +08:00
Tao Wen
b74ffb2e03 import github.com/stretchr/testify/require 2017-07-07 09:13:25 +08:00
Tao Wen
21b9254da4 skip t.Run below 1.8 2017-07-02 15:20:18 +08:00
Tao Wen
8ab46965bd extract out any tests 2017-06-17 21:32:48 +08:00
Tao Wen
b31b1301e2 add ConfigFastest 2017-06-17 10:21:37 +08:00
Tao Wen
5f22e50c89 support escapeHtml 2017-06-15 23:55:04 +08:00
Tao Wen
acddcf5bbf extract out config 2017-06-13 16:58:53 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
ad3a7fde32 support json.Number 2017-06-02 10:21:43 +08:00
Tao Wen
2922666717 fix read int 2017-02-07 09:24:36 +08:00
Tao Wen
85edb698c8 Any Get will never return nil 2017-01-26 16:24:01 +08:00
Tao Wen
f1c4dbde29 support map of interface{} 2017-01-25 22:43:57 +08:00
Tao Wen
ba410b045b int lazy any 2017-01-22 23:29:48 +08:00
Tao Wen
102cd8748e fix write int 2017-01-21 23:22:38 +08:00
Tao Wen
b9e3f01bfd fix int min max 2017-01-16 09:01:44 +08:00
Tao Wen
54a69f1da2 fix read int ranges 2017-01-15 23:17:17 +08:00
Tao Wen
399ee3faaa optimize read int32 2017-01-15 22:50:31 +08:00
Tao Wen
552afb3625 struct encoder 2017-01-09 19:19:48 +08:00
Tao Wen
5b0609f901 support int/string encode 2017-01-09 17:47:21 +08:00
Tao Wen
5e50b3e11c write int 2017-01-07 21:25:23 +08:00
Tao Wen
6f57d41461 add stream 2017-01-07 12:28:16 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
5488b122cd merge lexer with iterator 2016-12-01 10:35:38 +08:00