Historial de Commits

Autor SHA1 Mensaje Fecha
  Tao Wen 12cd299fa8 add benchmark for Skip() hace 8 años
  Tao Wen 60ba332980 acknowledge @mattn for #138 #137 #136 #135 hace 8 años
  Tao Wen f705934fbf #138 fix - without following digits; fix 1.e1 hace 8 años
  Tao Wen 17a26a6e20 remove debug print hace 8 años
  Tao Wen 156284b028 #137 fix unicode surrogate incompatibility hace 8 años
  Tao Wen 6b6938829d #136 strconv.ParseFloat can not validate 1. , added extra validation for this special case hace 8 años
  Tao Wen e066e54964 #135 verify 1e1 and 1.0e1 is handled same as std hace 8 años
  Tao Wen 18d6ae2668 #135 fix leading zero hace 8 años
  Tao Wen c966eaa031 #135 fix double negative hace 8 años
  Tao Wen f6da8e62c3 #133 validate json when Skip() hace 8 años
  Tao Wen 5eded4f6ae implement skip number and string strictly hace 8 años
  Tao Wen 9b3ec40fd9 #133 fix empty struct skip; fix ] as empty array hace 8 años
  Tao Wen 0d604da7d7 Merge pull request #134 from thockin/output_tests hace 8 años
  Tim Hockin b6ace7d51b Add a fuzz test for non-JSON input hace 8 años
  Tao Wen 6a4fbb9892 ensure buffer flushed to io.Writer hace 8 años
  Tao Wen 4ae426c4b7 Merge branch 'master' of https://github.com/json-iterator/go hace 8 años
  Tao Wen b46d0a2324 make test faster hace 8 años
  Tao Wen 8b03604184 Merge pull request #131 from cch123/feature-increase-coverage hace 8 años
  Xargin 93ce14316d increase coverage hace 8 años
  Xargin 779c3e2164 update conversion table hace 8 años
  Tao Wen 4b33139ad0 #130 loadMore should use iter.captured hace 8 años
  Tao Wen dc388588a3 Merge branch 'master' of https://github.com/json-iterator/go hace 8 años
  Tao Wen bd4364ab7c #129 fix read map with reader, should use ReadMapCB instead of ReadObjectCB hace 8 años
  Tao Wen b9dc3ebda7 Merge pull request #128 from carlcarl/fix-json-use-number hace 8 años
  carlcarl 90137b4a60 Use readNumberAsString hace 8 años
  carlcarl be9d4ded4f Use json.Number as the return hace 8 años
  carlcarl 7b1fd129cf Add test for iterator UseNumber hace 8 años
  carlcarl b91b7ac682 Fix #123, make iterator read int if using number hace 8 años
  Tao Wen 845d8438db #126 fix space in case map key is sorted hace 8 años
  Tao Wen d37197e176 #126 add space between map key and value when MarshalIndent hace 8 años