Commit Graph

  • 8d18f5f3f0
    Merge pull request #34 from goccy/feature/fix-map-key Masaaki Goshima 2020-08-20 17:50:00 +0900
  • 8d029cddbe Fix map key by UnmarshalText Masaaki Goshima 2020-08-20 17:47:38 +0900
  • 652e7a9369
    Merge pull request #33 from goccy/feature/fix-float-encoding-format Masaaki Goshima 2020-08-20 15:39:27 +0900
  • ae1b244386 Fix encoding format for float32 and float64 Masaaki Goshima 2020-08-20 15:36:00 +0900
  • f30c85fcfd
    Merge pull request #32 from goccy/feature/support-string-tag v0.1.9 Masaaki Goshima 2020-08-20 12:59:52 +0900
  • 74276c6af3 Fix decoder for string tag Masaaki Goshima 2020-08-20 12:38:50 +0900
  • b3305a6306 Support decoding for uintptr type Masaaki Goshima 2020-08-19 19:56:29 +0900
  • 27d0480952 Add test case for string tag Masaaki Goshima 2020-08-19 19:56:20 +0900
  • 22f3bba9a8 Support string tag operation Masaaki Goshima 2020-08-19 19:56:02 +0900
  • 8f7cb46c5d Add string tag operation Masaaki Goshima 2020-08-19 19:55:06 +0900
  • 4e3378926b
    Merge pull request #31 from goccy/feature/support-bytes Masaaki Goshima 2020-08-19 10:52:58 +0900
  • 13a15040b3 Support encoding of []byte type Masaaki Goshima 2020-08-19 10:34:11 +0900
  • 9c8cd890af Remove debug print Masaaki Goshima 2020-08-19 00:41:55 +0900
  • 19f905fcd7
    Merge pull request #30 from goccy/feature/add-testcase-for-marshaler Masaaki Goshima 2020-08-19 00:34:52 +0900
  • 1d2beb8473 Add test cases for MarshalJSON and MarshalText Masaaki Goshima 2020-08-19 00:32:45 +0900
  • 4232d1d16d
    Merge pull request #29 from goccy/feature/fix-marshaler Masaaki Goshima 2020-08-18 14:13:34 +0900
  • 7ffe1ddb35 Fix MarshalJSON/MarshalText Masaaki Goshima 2020-08-18 13:36:36 +0900
  • a45bb76d99
    Merge pull request #28 from goccy/feature/improve-performance v0.1.8 Masaaki Goshima 2020-08-15 23:14:26 +0900
  • a9e37932c4 Refactor encodeEscapedString ( for improvement performance ) Masaaki Goshima 2020-08-15 23:11:06 +0900
  • 12c1c98305
    Merge pull request #27 from goccy/feature/improve-performance v0.1.7 Masaaki Goshima 2020-08-15 22:49:52 +0900
  • 9143f35c93 Improve encoder performance ( remove unnecessary reference ) Masaaki Goshima 2020-08-15 22:45:29 +0900
  • 10515c6e21
    Merge pull request #26 from goccy/feature/fix-unnecessary-recursive-call v0.1.6 Masaaki Goshima 2020-08-15 21:15:06 +0900
  • 65d954de3e Fix unnecessary recursive operation Masaaki Goshima 2020-08-15 21:13:08 +0900
  • 92ed6c6d7e
    Merge pull request #25 from goccy/feature/support-anonymous-struct v0.1.5 Masaaki Goshima 2020-08-15 18:40:52 +0900
  • 876de765e4 Remove unused field Masaaki Goshima 2020-08-15 18:38:26 +0900
  • bcc5738c6f Optimize StrucrFieldHead operation Masaaki Goshima 2020-08-15 18:36:02 +0900
  • 64cd28839f Add AnonymousOmitEmpty type Masaaki Goshima 2020-08-15 18:17:48 +0900
  • 025ac2a53b Support embedded struct Masaaki Goshima 2020-08-15 17:41:38 +0900
  • 95cf762276 Add test case for embedded struct Masaaki Goshima 2020-08-14 22:45:27 +0900
  • 45f59f6fff Refactor compileStruct Masaaki Goshima 2020-08-14 22:44:09 +0900
  • aa8099d09e
    Merge pull request #24 from goccy/feature/fix-compact Masaaki Goshima 2020-08-14 19:00:51 +0900
  • 7fa9ad1424 Refactor Masaaki Goshima 2020-08-14 18:26:42 +0900
  • 5e9696f57f Fix test case Masaaki Goshima 2020-08-14 16:01:24 +0900
  • 42368dcccb Fix compact/indent Masaaki Goshima 2020-08-14 16:01:03 +0900
  • bbc1c41481 Fix typo Masaaki Goshima 2020-08-14 16:00:29 +0900
  • 03b55c1425 Add decoder for escape character Masaaki Goshima 2020-08-14 16:00:07 +0900
  • cff09d2448 Fix Compact Masaaki Goshima 2020-08-13 01:21:10 +0900
  • 901128a986
    Merge pull request #23 from goccy/feature/fix-disallow-unknown-fields Masaaki Goshima 2020-08-14 18:16:08 +0900
  • 27f6c70ab3 Fix DisallowUnknownFields Masaaki Goshima 2020-08-14 17:59:49 +0900
  • 67fe34d682
    Merge pull request #21 from goccy/feature/fix-recursive-struct v0.1.4 Masaaki Goshima 2020-08-13 15:28:55 +0900
  • 2a99704531 Fix recursive definition of struct Masaaki Goshima 2020-08-13 15:26:35 +0900
  • dad89cea0b
    Merge pull request #19 from goccy/feature/fix-recursive-struct v0.1.3 Masaaki Goshima 2020-08-12 18:44:21 +0900
  • b71f7da8bc Fix recursive type definition Masaaki Goshima 2020-08-12 18:42:29 +0900
  • 18e30e0106
    Merge pull request #18 from goccy/feature/support-all-apis Masaaki Goshima 2020-08-12 16:57:50 +0900
  • ee13701278 Add Compact/Indent/HTMLEscape/Valid Masaaki Goshima 2020-08-12 16:54:15 +0900
  • 1d52cdb354
    Update README.md Masaaki Goshima 2020-08-11 19:07:44 +0900
  • 3c717a025c
    Merge pull request #16 from goccy/feature/support-disallow-unknown-fields Masaaki Goshima 2020-08-11 19:07:02 +0900
  • e112aa753e Support DisallowUnknownFields Masaaki Goshima 2020-08-11 19:05:20 +0900
  • 63940902c0
    Merge pull request #15 from goccy/feature/support-raw-message Masaaki Goshima 2020-08-11 18:14:26 +0900
  • 371fbf2403 Support RawMessage Masaaki Goshima 2020-08-11 18:11:13 +0900
  • 0943ec9fb8
    Merge pull request #14 from goccy/feature/support-json-number Masaaki Goshima 2020-08-11 18:07:10 +0900
  • f9ffbb1940 Support json.Number Masaaki Goshima 2020-08-11 18:04:32 +0900
  • f3d0d848f2
    Merge pull request #13 from goccy/feature/fix-parallel-encoding v0.1.2 Masaaki Goshima 2020-08-09 18:08:42 +0900
  • b9bb609c1d Fix parallel encoding Masaaki Goshima 2020-08-09 17:48:28 +0900
  • c359cc258f
    Merge pull request #12 from goccy/feature/fix-field-after-omitempty v0.1.1 Masaaki Goshima 2020-08-08 19:00:47 +0900
  • 7eafd08a56 Fix encoding of struct field after omitempty field Masaaki Goshima 2020-08-08 18:53:01 +0900
  • a6c3a47779
    Merge pull request #10 from goccy/feature/fix-nested-map v0.1.0 Masaaki Goshima 2020-08-08 13:45:21 +0900
  • 8e854178d0 Fix nested map Masaaki Goshima 2020-08-08 13:43:24 +0900
  • 1aad6b6bfa
    Merge pull request #9 from goccy/feature/fix-null-values Masaaki Goshima 2020-08-08 13:23:32 +0900
  • 69573d1b74 Fix null value for struct field Masaaki Goshima 2020-08-08 13:20:42 +0900
  • 4f06b13b6b
    Merge pull request #6 from goccy/feature/fix-null-in-string Masaaki Goshima 2020-08-08 12:23:58 +0900
  • 460499ee65 Fix null in string type Masaaki Goshima 2020-08-08 12:21:25 +0900
  • 96528bcc62
    Update README.md Masaaki Goshima 2020-08-02 17:38:04 +0900
  • 067203cf86
    Update README.md Masaaki Goshima 2020-08-02 17:27:38 +0900
  • 43e23d28f8
    Update README.md Masaaki Goshima 2020-08-02 17:24:39 +0900
  • 0b40addc16 Improve performance for stream decoding Masaaki Goshima 2020-07-31 22:38:43 +0900
  • 83d55b8f1b
    Update README.md Masaaki Goshima 2020-07-31 20:39:40 +0900
  • b657de245c
    Merge pull request #4 from goccy/feature/support-stream-decoding Masaaki Goshima 2020-07-31 20:38:33 +0900
  • 66b0490583 Support InputOffset Masaaki Goshima 2020-07-31 20:31:14 +0900
  • 6583ab9b31 Add benchmark for large struct Masaaki Goshima 2020-07-31 20:28:04 +0900
  • c4c6b6a99d Add benchmark for medium struct Masaaki Goshima 2020-07-31 20:24:39 +0900
  • c14253089e Fix stream decoder for slice Masaaki Goshima 2020-07-31 18:52:22 +0900
  • daec57244d Merge branch 'master' of github.com:goccy/go-json into feature/support-stream-decoding Masaaki Goshima 2020-07-31 18:46:54 +0900
  • 9eaa46775c Fix benchmark source Masaaki Goshima 2020-07-31 18:24:33 +0900
  • 016803b843 Fix chunkBufferSize Masaaki Goshima 2020-07-31 18:08:21 +0900
  • 38ac0e025d Add benchmark for Decode of GoJay Masaaki Goshima 2020-07-31 18:07:40 +0900
  • 2240ebcb1a Refactor nul character Masaaki Goshima 2020-07-31 18:07:23 +0900
  • 53792a1f58 Fix stream decoder bug Masaaki Goshima 2020-07-31 18:07:11 +0900
  • 80acd42b80 Optimize streaming decoder Masaaki Goshima 2020-07-31 17:10:03 +0900
  • 961b6a202e Add benchmark for stream decoding Masaaki Goshima 2020-07-31 12:22:00 +0900
  • 20b67ad48d Support Decoder.Token Masaaki Goshima 2020-07-30 22:41:53 +0900
  • ca11a94e01
    Merge pull request #3 from goccy/feature/fix-slice-decoder Masaaki Goshima 2020-05-31 00:21:39 +0900
  • c5729232f5
    Merge pull request #2 from zchee/remove-unused-mod Masaaki Goshima 2020-05-31 00:20:08 +0900
  • 48b2c82759 Fix a bug that crashes in parallel execution Masaaki Goshima 2020-05-31 00:11:50 +0900
  • 530b5284de
    benchmark: remove unused module Koichi Shiraishi 2020-05-31 00:00:06 +0900
  • b4b79620aa Add stream decoder Masaaki Goshima 2020-05-24 21:31:10 +0900
  • 43a7bdedaa
    Update README.md Masaaki Goshima 2020-05-23 12:53:00 +0900
  • 4acc22e0fe Support SyntaxError Masaaki Goshima 2020-05-23 12:51:09 +0900
  • 12b34f0663
    Update README.md Masaaki Goshima 2020-05-14 22:05:25 +0900
  • e562358cdf Removed dependency on xerrors Masaaki Goshima 2020-05-09 01:49:37 +0900
  • aae63769a1 Support MarshalerError Masaaki Goshima 2020-05-09 01:38:00 +0900
  • 3d786b69c4
    Update README.md Masaaki Goshima 2020-05-09 01:12:36 +0900
  • d8d711ecf9 Add error type compatible with encoding/json Masaaki Goshima 2020-05-09 01:07:33 +0900
  • a979b83d27 Add noescape trick for decoding Masaaki Goshima 2020-05-08 23:59:49 +0900
  • df0365d82f
    Update README.md Masaaki Goshima 2020-05-08 20:38:44 +0900
  • bb169a5cf6 Support UnmarshalText for decoding Masaaki Goshima 2020-05-08 20:25:49 +0900
  • c23e5f43a7 Support UnmarshalJSON Masaaki Goshima 2020-05-08 20:22:57 +0900
  • ad8e97ff51 Update README.md Masaaki Goshima 2020-05-08 20:21:20 +0900
  • 0c81ac6611 Remove easyjson from benchmark Masaaki Goshima 2020-05-08 20:20:50 +0900
  • 9fe0063679 Support interface{} type for decoding Masaaki Goshima 2020-05-08 15:13:30 +0900