提交历史

作者 SHA1 备注 提交日期
  Tao Wen d80309af3b #156 invoke Marshaler defined on pointer types 8 年之前
  Tao Wen 36b14963da #153 fix invalid utf8 using same implementation as the standard library 8 年之前
  Tao Wen f706335302 #153 fix critical bug: infinite loop when write string is invalid utf8 8 年之前
  Tao Wen 2dc0031b26 #152 gofmt 8 年之前
  Tao Wen cdbd2ed810 #145 interface {} customizatoin is recursive 8 年之前
  Tao Wen 39e9d67807 Merge branch 'master' of https://github.com/json-iterator/go 8 年之前
  Tao Wen 2066b01acb #146 support config TagKey 8 年之前
  Tao Wen ac3b3cd160 test []interface{} 8 年之前
  Tao Wen 887789156a Merge pull request #147 from thockin/output_tests 8 年之前
  Tim Hockin 7df5a67d0d Add tests for int64 8 年之前
  Tao Wen 9c358632dc #144 make []byte support Unmarshaler&Marshaler 8 年之前
  Tao Wen 1cfa233923 #143 make jsoniter.Number same meaning as json.Number, however UseNumber still returns json.Number. 1.9 alias support should be added later 8 年之前
  Tao Wen d249b05a85 rename ValueType, to avoid collision with json.Number 8 年之前
  Tao Wen abbd16da6c #140 blind fix 8 年之前
  Tao Wen b67201557a avoid gc issue 8 年之前
  Tao Wen 5124683f24 #140 try fix: maybe memory collected before assigned to existing object graph 8 年之前
  Tao Wen 4892de725b add ad 8 年之前
  Tao Wen 34a2174be3 #142 decode struct field should be case insensitiveyet another fix 8 年之前
  Tao Wen 24ecaff2a1 #142 decode struct field should be case insensitive, the bug only happen for struct with more than 10 fields 8 年之前
  Tao Wen c15b4d116c #139 unmarshal non base64 into []byte 8 年之前
  Tao Wen 12cd299fa8 add benchmark for Skip() 8 年之前
  Tao Wen 60ba332980 acknowledge @mattn for #138 #137 #136 #135 8 年之前
  Tao Wen f705934fbf #138 fix - without following digits; fix 1.e1 8 年之前
  Tao Wen 17a26a6e20 remove debug print 8 年之前
  Tao Wen 156284b028 #137 fix unicode surrogate incompatibility 8 年之前
  Tao Wen 6b6938829d #136 strconv.ParseFloat can not validate 1. , added extra validation for this special case 8 年之前
  Tao Wen e066e54964 #135 verify 1e1 and 1.0e1 is handled same as std 8 年之前
  Tao Wen 18d6ae2668 #135 fix leading zero 8 年之前
  Tao Wen c966eaa031 #135 fix double negative 8 年之前
  Tao Wen f6da8e62c3 #133 validate json when Skip() 8 年之前