1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-30 23:23:49 +02:00

Commit Graph

  • 2d647f04ca implement lazy object three iteration way Tao Wen 2017-01-24 00:23:07 +08:00
  • 38d613acf2 bool any Tao Wen 2017-01-23 08:45:57 +08:00
  • b9fe012eea string any Tao Wen 2017-01-23 08:33:43 +08:00
  • d49ea1bc49 float any Tao Wen 2017-01-22 23:38:55 +08:00
  • ba410b045b int lazy any Tao Wen 2017-01-22 23:29:48 +08:00
  • 9df37bbd68 remove any Tao Wen 2017-01-22 19:36:19 +08:00
  • 9c2b1d24b3 optimize true/false/null: Tao Wen 2017-01-22 19:28:14 +08:00
  • 1163c348f6 fix write string Tao Wen 2017-01-22 00:04:08 +08:00
  • 102cd8748e fix write int Tao Wen 2017-01-21 23:22:38 +08:00
  • 8345c731dd rename Tao Wen 2017-01-21 17:11:38 +08:00
  • 1d29fa38ef read to interface{} Tao Wen 2017-01-21 16:09:38 +08:00
  • 928bc4ce72 ReadArrayCB Tao Wen 2017-01-20 13:54:51 +08:00
  • 80c86e63b1 read object cb Tao Wen 2017-01-20 12:56:49 +08:00
  • d14b025931 make ReadObject return safe string Tao Wen 2017-01-20 12:40:52 +08:00
  • a73e48e8bf optimize read nil/true/false Tao Wen 2017-01-18 23:33:40 +08:00
  • 6efc6c44ac test read string and read string as slice Tao Wen 2017-01-16 23:57:09 +08:00
  • e7ff7339b2 optimize read string Tao Wen 2017-01-16 23:43:20 +08:00
  • b9e3f01bfd fix int min max Tao Wen 2017-01-16 09:01:44 +08:00
  • 54a69f1da2 fix read int ranges Tao Wen 2017-01-15 23:17:17 +08:00
  • 399ee3faaa optimize read int32 Tao Wen 2017-01-15 22:50:31 +08:00
  • c3c57d61b5 optimize read float64 Tao Wen 2017-01-15 18:08:49 +08:00
  • 5b2a731963 implement readFloat32 fast path Tao Wen 2017-01-15 17:30:02 +08:00
  • a57c8c6202 test array of interface Tao Wen 2017-01-09 21:00:01 +08:00
  • 1f0a0e9a2d encode optional Tao Wen 2017-01-09 20:51:09 +08:00
  • 90fc0b822f array encoder Tao Wen 2017-01-09 19:48:57 +08:00
  • 552afb3625 struct encoder Tao Wen 2017-01-09 19:19:48 +08:00
  • 5b0609f901 support int/string encode Tao Wen 2017-01-09 17:47:21 +08:00
  • bdbf8dcd42 write float64 Tao Wen 2017-01-07 23:32:54 +08:00
  • ba3c30799b write float 32 Tao Wen 2017-01-07 23:06:48 +08:00
  • e034897e69 write array Tao Wen 2017-01-07 22:16:20 +08:00
  • 21549b9fd8 write object Tao Wen 2017-01-07 22:08:45 +08:00
  • 5e50b3e11c write int Tao Wen 2017-01-07 21:25:23 +08:00
  • 6f57d41461 add stream Tao Wen 2017-01-07 12:28:16 +08:00
  • 5af8cc4b09 split files Tao Wen 2017-01-07 07:49:50 +08:00
  • c78023531e add more tests Tao Wen 2017-01-06 20:27:48 +08:00
  • 101dfdbb2a fix 4 fields object decoding Tao Wen 2017-01-06 20:17:47 +08:00
  • c70437c6b9 Merge pull request #5 from hanbang-wang/master Tao Wen 2017-01-05 21:41:45 +08:00
  • d63a00f0bf Formated, doced. Also fixed few minor bugs. SuperFashi 2017-01-05 21:23:08 +08:00
  • 97849e019f fix read any; reuse existing obj for optional Tao Wen 2017-01-05 13:53:38 +08:00
  • 247a23a637 remove skipWhitespaces Tao Wen 2017-01-05 09:16:41 +08:00
  • e7ec3988a6 fix tag field name not used bug Tao Wen 2016-12-19 12:12:15 +08:00
  • c7d0dd5b66 Merge branch 'master' of https://github.com/json-iterator/go Tao Wen 2016-12-17 17:38:33 +08:00
  • 7d5f2aed7b update extension Tao Wen 2016-12-17 17:38:13 +08:00
  • e38192e48f #3 fix nextToken Tao Wen 2016-12-16 00:25:35 +08:00
  • d0f45c663f update README jsoniter-go-0.9.2 Tao Wen 2016-12-15 23:49:56 +08:00
  • 6cd6ed2681 update README Tao Wen 2016-12-13 01:13:15 +08:00
  • 9fe4625ee2 support customize all fields Tao Wen 2016-12-12 19:06:33 +08:00
  • 39a6ced9d0 update README Tao Wen 2016-12-12 08:18:00 +08:00
  • 160fdc6584 update README Tao Wen 2016-12-12 08:08:37 +08:00
  • 86e44a71ad update README Tao Wen 2016-12-11 23:55:55 +08:00
  • c352559e52 fix unsafe reference Tao Wen 2016-12-11 18:19:26 +08:00
  • f154c8a934 fix readme Tao Wen 2016-12-11 17:10:46 +08:00
  • 3e47c79b7e fix any Tao Wen 2016-12-11 15:53:35 +08:00
  • 2895fe2215 make any easier to work with Tao Wen 2016-12-11 10:04:26 +08:00
  • e427475e9c support map Tao Wen 2016-12-11 00:38:07 +08:00
  • aa42ac95c0 implement any api Tao Wen 2016-12-10 23:59:40 +08:00
  • f98c2a4150 support WhatIsNext Tao Wen 2016-12-10 14:34:36 +08:00
  • e66687e863 reference java version Tao Wen 2016-12-09 20:22:02 +08:00
  • 76bf0defae #2 fix reuse buffer Tao Wen 2016-12-09 13:08:14 +08:00
  • a460807cb4 fix reuse buffer bug Tao Wen 2016-12-08 19:22:24 +08:00
  • d720b761fb update readme Tao Wen 2016-12-08 18:05:40 +08:00
  • 73f59cc98f remove unused code Tao Wen 2016-12-08 14:15:41 +08:00
  • 7e295ba1a5 decode []byte using ReadBase64 Tao Wen 2016-12-08 13:37:21 +08:00
  • b04c1e7485 add ReadBase64 Tao Wen 2016-12-08 13:29:54 +08:00
  • ec19f6de6a optimize read float Tao Wen 2016-12-08 10:02:18 +08:00
  • 44a65aa13a remove callback api Tao Wen 2016-12-08 09:48:26 +08:00
  • dcc15da0c4 fix skipWhitespaces Tao Wen 2016-12-08 09:25:24 +08:00
  • 871e545b48 use specific type Tao Wen 2016-12-08 08:37:20 +08:00
  • c37cf3ea36 revert Tao Wen 2016-12-08 08:35:03 +08:00
  • 78f273a512 remove structFieldDecoder Tao Wen 2016-12-08 08:26:57 +08:00
  • 3e376c671c optimize read string Tao Wen 2016-12-07 14:21:25 +08:00
  • 71cdbd249c optimize slice Tao Wen 2016-12-07 08:49:52 +08:00
  • 87a35bd7e4 optimize struct reflect Tao Wen 2016-12-07 08:20:18 +08:00
  • 42a4f2c11d update README Tao Wen 2016-12-07 00:35:19 +08:00
  • 46d96fb105 optimize skip Tao Wen 2016-12-06 23:51:29 +08:00
  • ea435e3473 optimize skip Tao Wen 2016-12-06 23:31:11 +08:00
  • 4863661c51 speed up skip Tao Wen 2016-12-06 21:28:39 +08:00
  • e5e9a13f2e support cb Tao Wen 2016-12-06 21:10:09 +08:00
  • c5576a8a31 next token Tao Wen 2016-12-06 20:09:19 +08:00
  • e5f5c5716b make skipWhitespaces faster Tao Wen 2016-12-06 20:01:22 +08:00
  • c44e7c496a optimize read string Tao Wen 2016-12-06 14:23:59 +08:00
  • c457aeaac2 optimize Tao Wen 2016-12-06 13:48:03 +08:00
  • 6a46bc9513 update README Tao Wen 2016-12-06 11:25:48 +08:00
  • 0db782620f remove extra branches Tao Wen 2016-12-06 11:08:36 +08:00
  • 48544a1e79 optimize read string Tao Wen 2016-12-06 10:53:50 +08:00
  • 38120d5ff2 optimize read int Tao Wen 2016-12-06 10:41:05 +08:00
  • 688f2968dd optimize read float Tao Wen 2016-12-06 10:21:47 +08:00
  • 3e160d6f5d fix read from io.Reader, n == 0 is not eof Tao Wen 2016-12-05 14:18:16 +08:00
  • b0b1af4b3b rename Tao Wen 2016-12-05 13:41:20 +08:00
  • 9b185a08d5 update README Tao Wen 2016-12-05 13:31:59 +08:00
  • 9873b4d32c support customize reflection Tao Wen 2016-12-05 13:20:27 +08:00
  • 8ef8e04fbc update README Tao Wen 2016-12-05 10:49:33 +08:00
  • 7a507e6bf3 skip tab; add CurrentBuffer() to allow debug Tao Wen 2016-12-05 10:43:42 +08:00
  • 7d8dcb7ec4 update README Tao Wen 2016-12-04 23:18:17 +08:00
  • 60981a2642 update README Tao Wen 2016-12-04 23:01:42 +08:00
  • cb86934dc8 adapter Tao Wen 2016-12-04 22:50:53 +08:00
  • d80d954345 support string conversion Tao Wen 2016-12-04 22:45:20 +08:00
  • d8153db791 int/float/bool Tao Wen 2016-12-04 22:15:12 +08:00
  • fafa785306 support integer types Tao Wen 2016-12-04 21:32:43 +08:00
  • 38e256e526 support int Tao Wen 2016-12-04 21:19:54 +08:00