提交歷史

作者 SHA1 備註 提交日期
  Tao Wen 28452fcdec cow cache is not same, as map read will modify the underlying map. use sync.Map for 1.9 and above, and mutex if sync.Map not available 7 年之前
  Tao Wen ea8c33040f fix #228 7 年之前
  Tao Wen 358cfc3929 Merge branch 'master' of https://github.com/json-iterator/go 7 年之前
  Tao Wen c39a632e65 fix #227, fix empty json.Number 7 年之前
  Tao Wen e31252f2e2 Merge pull request #225 from mgood/empty-array-fix 7 年之前
  Matt Good 807e4a8b20 Optimize 0-length array case 7 年之前
  Tao Wen e78b7e89b6 Merge branch 'master' of https://github.com/json-iterator/go 7 年之前
  Tao Wen 945d1aaa19 fix #140 uintptr will no lock the address from gc 7 年之前
  Matt Good ba3857729b Fix encoding 0-length arrays 8 年之前
  Tao Wen c3ed5e85e0 Merge pull request #222 from neverlee/mydev 8 年之前
  李盼 c27f6f9350 config: add OnlyTaggedField config, only process tagged fields in struct 8 年之前
  Tao Wen 0ab880662f fix #219 should check real value for empty instead of just the pointer for nested field 8 年之前
  Tao Wen 6dad2de6cc fix build 8 年之前
  Tao Wen 11c1cce0d8 fix #217 when input is null, non-decodable type should not be considered as error, to be compatible with stdlib 8 年之前
  Tao Wen 96fcb84835 fix #215 lazy load more 8 年之前
  Tao Wen e7a8aea845 Merge branch 'master' of https://github.com/json-iterator/go 8 年之前
  Tao Wen 60a9df5ebc fix #214 report EOF like stdlib 8 年之前
  Tao Wen 7b060ec866 Merge pull request #210 from coocood/master 8 年之前
  Ewan Chou 25f147f530 add ReadNumber for Iterator. 8 年之前
  Tao Wen a9b9c73b4d fix #207 delay unsupported type error reporting 8 年之前
  Tao Wen e0df39fda2 fix #206, do not allow nil pointer as unmarshal input 8 年之前
  Tao Wen 13f86432b8 do not use defer() in read int 8 年之前
  Tao Wen d2a7335211 fix #202 #203 #204 map encoder not proplery initialized 8 年之前
  Tao Wen b2a706d14b reverse last commit, need a better fix 8 年之前
  Tao Wen 23078876c5 fix #203 consider MarshalJSON as non empty 8 年之前
  Tao Wen 051434fab7 fix #198, use dep for vendoring 8 年之前
  Tao Wen be6688fc1a fix #200, do not use symbolic link in the code 8 年之前
  Tao Wen ff2b70c1db support config level extension 8 年之前
  Tao Wen f7279a603e fix out of range 8 年之前
  Tao Wen 9f088cbcc4 fix #195 when decode float as int, report it clearly 8 年之前