- e6b9536 Merge pull request #513 from AllenX2018/fix-issue-510 by Allen · 4 years, 7 months ago main upstream/v1.1.11
- a3465d7 fix issue 510 by AllenX2018 · 4 years, 7 months ago
- 9b79a3e fix issue 508 (#512) by Allen · 4 years, 7 months ago
- 1779031 fix issue 508 by fishyww · 4 years, 7 months ago
- 6821bec jsoniter: Fix errors during reading integers from chunked io.Reader (#477) by Ivan Boyarkin · 4 years, 10 months ago
- 9461257 fixed null in number json tag string (#480) by Nikolay Dubina · 4 years, 10 months ago
- 5bce16d fix issue #469 by AllenX2018 · 4 years, 11 months ago
- a1ca083 update readme (#464) by yjh · 5 years ago upstream/v1.1.10
- cd6773e remove quotation check for key when decoding map by allen · 5 years ago
- 55287ed disable map_key_test temporarily by AllenX2018 · 5 years ago
- 8961be9 Map keys of custom types should serialize using MarshalText when available (#461) by Sai To Yeung · 5 years ago
- 0f8241d Merge pull request #441 from robfig/flush2 by Allen · 5 years ago
- 53b9d06 temporarily comment out some test case to fix the CI fail since go1.14 released by AllenX2018 · 5 years ago
- 1f7ee05 Merge pull request #433 from AllenX2018/fix-anonymous-struct-error-message by Allen · 5 years ago
- b22f393 Merge pull request #450 from fantastao/fix_any_str_panic by Allen · 5 years ago
- bede7b9 fix any str ToInt64 ToUint64 panic by 陶磊 · 5 years ago
- 58aeb59 fix issue #449 by AllenX2018 · 5 years ago
- 7acbb40 Merge pull request #432 from AllenX2018/fix-raw-message-integer-issue by Allen · 5 years ago
- 69f2a91 Merge pull request #429 from AllenX2018/fix-typo by Allen · 5 years ago
- 11a37a0 (*Stream).WriteMore: remove implicit Flush by Rob Figueiredo · 5 years ago
- 91f4a64 (*Stream).Flush: reset buffer to beginning by Rob Figueiredo · 5 years ago
- a54d350 benchmarks: add benchmark for Stream by Rob Figueiredo · 5 years ago
- 6f4c196 add more testcase by allen · 5 years ago
- 8302a17 fix issue #421 by allen · 5 years ago
- 3987001 fix issue #389 #411 by allen · 5 years ago
- 78d9e97 fix issue #326 by allen · 5 years ago
- 49c900e Merge pull request #427 from AllenX2018/fix-typo by Tao Wen · 5 years ago
- 9c0685d fix the error message typo of ReadObjectCB & ReadMapCb function by allen · 5 years ago
- acfec88 Merge pull request #422 from JensErat/map-invalid-type by Tao Wen · 5 years ago upstream/v1.1.9
- e88512f Merge pull request #423 from vano144/fix-attachments-on-stream by Tao Wen · 5 years ago
- b681149 Merge pull request #424 from aaronbee/sortKeysMapAllocations by Tao Wen · 5 years ago
- d1af763 Merge pull request #425 from liggitt/default-max-depth by Tao Wen · 5 years ago
- 7c9f8c2 Revert "Merge pull request #418 from bbrks/configurable_maxDepth" by Jordan Liggitt · 5 years ago
- f814d6c Reduce allocations in sortKeysMapEncoder by Aaron Beitch · 6 years ago
- aba8654 fix nil attachment on stream in custom encoder on sorted map by Ivan Romanov · 6 years ago
- a1c9557 pass nested error in compatible configuration by Jens Erat · 6 years ago
- 44a7e73 Merge pull request #418 from bbrks/configurable_maxDepth by Tao Wen · 6 years ago
- 2834c7e Remove large test values that fail on 32-bit architectures by Ben Brooks · 6 years ago
- d296277 Adds MaxDepth config option by Ben Brooks · 6 years ago
- dc11f49 Merge pull request #416 from jarredhawkins/issue-415 by Tao Wen · 6 years ago
- 83f7b82 Unnamed struct literals by Jarred Hawkins · 6 years ago
- 03217c3 Merge pull request #410 from liggitt/stack by Tao Wen · 6 years ago upstream/1.1.8 upstream/v1.1.8
- 908eaed Merge pull request #408 from onelrdm/master by Tao Wen · 6 years ago
- eec2489 Limit nesting depth by Jordan Liggitt · 6 years ago
- 1ba732a skip - tag before spliting parts by onelrdm · 6 years ago
- 819acad Merge pull request #398 from teou/master by Tao Wen · 6 years ago
- 695ec2b Merge pull request #406 from bbrks/fix_nil_map_encoding by Tao Wen · 6 years ago
- 028e2ef Fixes #405 - Encode nil map into null by Ben Brooks · 6 years ago
- 9764548 use json.Marshaler then trim the last '\n' in reflect_marshaler by liyibo [李一博] · 6 years ago
- 27518f6 Merge pull request #373 from ernado/append-skip by Tao Wen · 6 years ago upstream/v1.1.7
- 94869ab Merge pull request #368 from alextomaili/fix-memory-allocation-overhead by Tao Wen · 6 years ago
- 459f0e3 fix #37: add SkipAndAppendBytes iterator method by Aleksandr Razumov · 6 years ago
- 0039f4a Merge pull request #371 from nikhita/byte-base64-encode by Tim Hockin · 6 years ago
- fb5614a Don't marshal empty byte or uint8 slice as null by Nikhita Raghunath · 6 years ago
- f71b909 allocate string for error description only if it really required by alextomaili · 6 years ago
- 08047c1 fix #365, return error for +inf -inf and NaN by Tao Wen · 6 years ago
- 68347ec Merge pull request #366 from stephen-obashitech/master by Tao Wen · 6 years ago
- 0fd9146 Fix typo in UnmarshalFromString documentation by Stephen Brown · 6 years ago
- 1bc9828 Merge pull request #361 from lggomez/master by Tao Wen · 6 years ago
- 24c3d57 Add go module definition by Luis GG · 6 years ago
- 0ff49de update README by Tao Wen · 6 years ago upstream/v1.1.6
- 5bc9320 Merge pull request #316 from proemergotech/master by Tao Wen · 6 years ago
- f64ce68 Merge pull request #338 from dvrkps/master by Tao Wen · 6 years ago
- 2d42ff7 Merge pull request #337 from denverdino/fix-encode-with-MarshalJSON by Tao Wen · 6 years ago
- 3a023a5 clean readPositiveFloat64 by Davor Kapsa · 6 years ago
- 16aef10 clean readPositiveFloat32 by Davor Kapsa · 6 years ago
- ae4c002 rename ExampleMyKey by Davor Kapsa · 6 years ago
- e4aa2ec Fix the incompatible encoding by Li Yi · 6 years ago
- d05f387 fix #317, try parse as BigFloat if overflow by Tao Wen · 7 years ago
- a9403d2 fix #308 do NOT skip embedded structs without tag when OnlyTaggedField is set to true by Adam Kiss · 7 years ago
- 05d041d fix #313 support json marshaller type as map key by Tao Wen · 7 years ago
- 5916df6 fix #311 handle nil any by Tao Wen · 7 years ago
- 2433035 Merge pull request #304 from Quasilyte/quasilyte/emptyFallthrough by Tao Wen · 7 years ago
- 6dfc0bf Merge pull request #305 from Quasilyte/quasilyte/assignOp by Tao Wen · 7 years ago
- b9be8dd Merge pull request #306 from Quasilyte/quasilyte/underef by Tao Wen · 7 years ago
- b8d78b6 Merge pull request #307 from Quasilyte/quasilyte/commentedOutCode by Tao Wen · 7 years ago
- 7109b5e any_tests: remove commented-out code by Iskander Sharipov · 7 years ago
- 4cc7652 remove redundant dereferencing expressions by Iskander Sharipov · 7 years ago
- c5ddac9 simplify `x = x <op> y` to `x <op>= y` by Iskander Sharipov · 7 years ago
- f76d712 use multi-value case clause instead of fallthrough by Iskander Sharipov · 7 years ago
- 1624edc fix #295 decoder more was not compatible with standard library by Tao Wen · 7 years ago upstream/1.1.5 upstream/v1.1.5
- 5d789e5 fix #291 omit empty was not handled properly for json raw message by Tao Wen · 7 years ago
- 0260c89 fix #286 calcHash should use byte not rune to calc hash by Tao Wen · 7 years ago
- 10a568c fix #293 copy extensions by Tao Wen · 7 years ago
- ab8a2e0 fix #276 allow rename when set naming strategy by Tao Wen · 7 years ago upstream/1.1.4
- 2fbdfbb merge by Tao Wen · 7 years ago
- 720ab8d add tests for #283 by Tao Wen · 7 years ago
- f2b4162 Merge pull request #285 from nikhita/fix-case-sensitivity by Tim Hockin · 7 years ago
- 3830516 Fix case sensitivity for nested fields by Nikhita Raghunath · 7 years ago
- 7cceb6c Merge pull request #282 from caesarxuchao/optional-case-sensitivity by Tao Wen · 7 years ago
- b92cf78 Make case sensitivity optional. Fix by Chao Xu · 7 years ago
- 8744d7c \n should not be ignored in base64 decode by Tao Wen · 7 years ago
- 37cc313 fix #274, unescape before base64 decode by Tao Wen · 7 years ago
- 2ddf6d7 Merge pull request #266 from ceshihao/fix_base64_with_whitespace by Tao Wen · 7 years ago
- 6a6742f fix base64 contains newline characters \r or \n by ceshihao · 7 years ago
- 6c702ce fix #264 check io.EOF when test decoder.More by Tao Wen · 7 years ago
- f88871b fix #263, support empty string as 0 in fuzz mode by Tao Wen · 7 years ago
- f246f80 fix #260, support rename for extra.SupportPrivateFields by Tao Wen · 7 years ago
- 51dd703 add more test for #252 by Tao Wen · 7 years ago
- a949c42 fix #261 should load from reader by Tao Wen · 7 years ago