1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-27 08:30:57 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Tao Wen
2a93f9003e 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
Tao Wen
3d39af6dd9 remove feature prefix 2018-02-19 23:04:25 +08:00
Tao Wen
8345c731dd rename 2017-01-21 17:11:38 +08:00
Tao Wen
a73e48e8bf optimize read nil/true/false 2017-01-18 23:33:40 +08:00
Tao Wen
90fc0b822f array encoder 2017-01-09 19:48:57 +08:00
Tao Wen
5b0609f901 support int/string encode 2017-01-09 17:47:21 +08:00
Tao Wen
ba3c30799b write float 32 2017-01-07 23:06:48 +08:00
Tao Wen
e034897e69 write array 2017-01-07 22:16:20 +08:00
Tao Wen
21549b9fd8 write object 2017-01-07 22:08:45 +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