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

41 Commits

Author SHA1 Message Date
Tao Wen
985e263300 #61 removed internal buffer from lazy array and object; jsoniter.Get replaced jsoniter.UnmarshalAny 2017-06-18 22:22:13 +08:00
Tao Wen
7a049ec79c #60 support read interface{} as json.Number 2017-06-18 15:22:37 +08:00
Tao Wen
b31b1301e2 #59 add ConfigFastest 2017-06-17 10:21:37 +08:00
Tao Wen
a6ea770365 #53 implement SetEscapeHtml 2017-06-16 00:10:05 +08:00
Tao Wen
5f22e50c89 #53 support escapeHtml 2017-06-15 23:55:04 +08:00
Tao Wen
d867c8ba5c #53 split config into Config and frozenConfig 2017-06-13 18:49:35 +08:00
Tao Wen
d0418857ce #53 move current config EnableXXX 2017-06-13 17:47:40 +08:00
Tao Wen
48e9f6ec84 move IndentionStep to config 2017-06-13 17:03:27 +08:00
Tao Wen
acddcf5bbf #53 extract out config 2017-06-13 16:58:53 +08:00
Fei Ni
cee09816e3 decoder/encoder;float precision doc 2017-06-11 16:28:31 +08:00
Fei Ni
cdbad22d22 test more package description 2017-06-11 15:35:45 +08:00
Fei Ni
b0c9f047e2 test more than one pakcage description 2017-06-11 15:32:58 +08:00
Tao Wen
cfffa29c8a gofmt 2017-06-06 23:27:00 +08:00
Tao Wen
925df245d3 good enough indent implementation 2017-06-06 23:18:37 +08:00
Tao Wen
962a8cd303 #40 support UseNumber 2017-06-06 23:15:15 +08:00
yellow chicks
67be6df2b1 Update feature_adapter.go 2017-06-06 20:01:43 +08:00
chendonghai
0f5379494a unmarshal failed return non-pointer error 2017-06-06 19:36:33 +08:00
Tao Wen
a4e5abf492 support []byte; marshal without copy 2017-06-06 09:44:56 +08:00
nifei
404c0ee44b Decoder doc 2017-06-05 19:57:20 +08:00
nifei
10c1506f87 link test 2017-06-05 19:38:34 +08:00
nifei
9a43fe6468 adapter api comment 2017-06-05 19:31:30 +08:00
nifei
95e03f2937 Marshal comment 2017-06-05 19:19:46 +08:00
nifei
4406ed9e62 Marshal comment 2017-06-05 19:18:12 +08:00
nifei
ff027701f5 Marshal comment 2017-06-05 19:15:56 +08:00
nifei
c69b61f879 Marshal comment 2017-06-05 19:14:40 +08:00
nifei
d97f5db769 Marshal comment 2017-06-05 19:11:16 +08:00
Tao Wen
45bbb40a9f #34 implement NewEncoder 2017-06-02 18:46:44 +08:00
Tao Wen
5cb0d35610 eof is not error 2017-06-02 16:06:33 +08:00
Tao Wen
69b742e73a #34 support More() and Buffered() 2017-06-02 16:00:12 +08:00
Tao Wen
4cc44e7380 #34 add decoder adapter 2017-06-02 15:38:20 +08:00
Tao Wen
a7a7c7879a allocate less buffer for writing to []byte 2017-05-26 07:52:54 +08:00
Tao Wen
b893a0359d trim end space 2017-05-05 17:44:09 +08:00
Tao Wen
2922666717 fix read int 2017-02-07 09:24:36 +08:00
Tao Wen
b9fe012eea string any 2017-01-23 08:33:43 +08:00
Tao Wen
ba410b045b int lazy any 2017-01-22 23:29:48 +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
6f57d41461 add stream 2017-01-07 12:28:16 +08:00
Tao Wen
101dfdbb2a fix 4 fields object decoding 2017-01-06 20:17:47 +08:00
SuperFashi
d63a00f0bf Formated, doced. Also fixed few minor bugs. 2017-01-05 21:23:08 +08:00
Tao Wen
247a23a637 remove skipWhitespaces 2017-01-05 09:16:41 +08:00