Commit Graph

341 Commits

Author SHA1 Message Date
Masaaki Goshima 45f59f6fff Refactor compileStruct 2020-08-14 22:44:09 +09:00
Masaaki Goshima aa8099d09e
Merge pull request #24 from goccy/feature/fix-compact
Fix Compact/Indent
2020-08-14 19:00:51 +09:00
Masaaki Goshima 7fa9ad1424 Refactor 2020-08-14 18:26:42 +09:00
Masaaki Goshima 5e9696f57f Fix test case 2020-08-14 18:18:32 +09:00
Masaaki Goshima 42368dcccb Fix compact/indent 2020-08-14 18:18:32 +09:00
Masaaki Goshima bbc1c41481 Fix typo 2020-08-14 18:18:32 +09:00
Masaaki Goshima 03b55c1425 Add decoder for escape character 2020-08-14 18:18:32 +09:00
Masaaki Goshima cff09d2448 Fix Compact 2020-08-14 18:18:32 +09:00
Masaaki Goshima 901128a986
Merge pull request #23 from goccy/feature/fix-disallow-unknown-fields
Fix implementation of DisallowUnknownFields for improvement performance
2020-08-14 18:16:08 +09:00
Masaaki Goshima 27f6c70ab3 Fix DisallowUnknownFields 2020-08-14 17:59:49 +09:00
Masaaki Goshima 67fe34d682
Merge pull request #21 from goccy/feature/fix-recursive-struct
Fix recursive definition of struct
2020-08-13 15:28:55 +09:00
Masaaki Goshima 2a99704531 Fix recursive definition of struct 2020-08-13 15:26:35 +09:00
Masaaki Goshima dad89cea0b
Merge pull request #19 from goccy/feature/fix-recursive-struct
Fix recursive type definition
2020-08-12 18:44:21 +09:00
Masaaki Goshima b71f7da8bc Fix recursive type definition 2020-08-12 18:42:29 +09:00
Masaaki Goshima 18e30e0106
Merge pull request #18 from goccy/feature/support-all-apis
Add Compact/Indent/HTMLEscape/Valid
2020-08-12 16:57:50 +09:00
Masaaki Goshima ee13701278 Add Compact/Indent/HTMLEscape/Valid 2020-08-12 16:54:15 +09:00
Masaaki Goshima 1d52cdb354
Update README.md 2020-08-11 19:07:44 +09:00
Masaaki Goshima 3c717a025c
Merge pull request #16 from goccy/feature/support-disallow-unknown-fields
Support DisallowUnknownFields
2020-08-11 19:07:02 +09:00
Masaaki Goshima e112aa753e Support DisallowUnknownFields 2020-08-11 19:05:20 +09:00
Masaaki Goshima 63940902c0
Merge pull request #15 from goccy/feature/support-raw-message
Support RawMessage
2020-08-11 18:14:26 +09:00
Masaaki Goshima 371fbf2403 Support RawMessage 2020-08-11 18:11:13 +09:00
Masaaki Goshima 0943ec9fb8
Merge pull request #14 from goccy/feature/support-json-number
Support json.Number
2020-08-11 18:07:10 +09:00
Masaaki Goshima f9ffbb1940 Support json.Number 2020-08-11 18:04:32 +09:00
Masaaki Goshima f3d0d848f2
Merge pull request #13 from goccy/feature/fix-parallel-encoding
Fix parallel encoding
2020-08-09 18:08:42 +09:00
Masaaki Goshima b9bb609c1d Fix parallel encoding 2020-08-09 17:55:49 +09:00
Masaaki Goshima c359cc258f
Merge pull request #12 from goccy/feature/fix-field-after-omitempty
Fix encoding of struct field after omitempty field
2020-08-08 19:00:47 +09:00
Masaaki Goshima 7eafd08a56 Fix encoding of struct field after omitempty field 2020-08-08 18:53:01 +09:00
Masaaki Goshima a6c3a47779
Merge pull request #10 from goccy/feature/fix-nested-map
Fix handling of end character in map
2020-08-08 13:45:21 +09:00
Masaaki Goshima 8e854178d0 Fix nested map 2020-08-08 13:43:24 +09:00
Masaaki Goshima 1aad6b6bfa
Merge pull request #9 from goccy/feature/fix-null-values
Fix handling of null value for some types
2020-08-08 13:23:32 +09:00
Masaaki Goshima 69573d1b74 Fix null value for struct field 2020-08-08 13:20:42 +09:00
Masaaki Goshima 4f06b13b6b
Merge pull request #6 from goccy/feature/fix-null-in-string
Fix null in string type
2020-08-08 12:23:58 +09:00
Masaaki Goshima 460499ee65 Fix null in string type 2020-08-08 12:21:25 +09:00
Masaaki Goshima 96528bcc62
Update README.md 2020-08-02 17:38:04 +09:00
Masaaki Goshima 067203cf86
Update README.md 2020-08-02 17:27:38 +09:00
Masaaki Goshima 43e23d28f8
Update README.md 2020-08-02 17:24:39 +09:00
Masaaki Goshima 0b40addc16 Improve performance for stream decoding 2020-07-31 22:38:43 +09:00
Masaaki Goshima 83d55b8f1b
Update README.md 2020-07-31 20:39:40 +09:00
Masaaki Goshima b657de245c
Merge pull request #4 from goccy/feature/support-stream-decoding
Support stream decoding
2020-07-31 20:38:33 +09:00
Masaaki Goshima 66b0490583 Support InputOffset 2020-07-31 20:31:14 +09:00
Masaaki Goshima 6583ab9b31 Add benchmark for large struct 2020-07-31 20:28:04 +09:00
Masaaki Goshima c4c6b6a99d Add benchmark for medium struct 2020-07-31 20:24:39 +09:00
Masaaki Goshima c14253089e Fix stream decoder for slice 2020-07-31 18:52:22 +09:00
Masaaki Goshima daec57244d Merge branch 'master' of github.com:goccy/go-json into feature/support-stream-decoding 2020-07-31 18:46:54 +09:00
Masaaki Goshima 9eaa46775c Fix benchmark source 2020-07-31 18:24:33 +09:00
Masaaki Goshima 016803b843 Fix chunkBufferSize 2020-07-31 18:08:21 +09:00
Masaaki Goshima 38ac0e025d Add benchmark for Decode of GoJay 2020-07-31 18:07:40 +09:00
Masaaki Goshima 2240ebcb1a Refactor nul character 2020-07-31 18:07:23 +09:00
Masaaki Goshima 53792a1f58 Fix stream decoder bug 2020-07-31 18:07:11 +09:00
Masaaki Goshima 80acd42b80 Optimize streaming decoder 2020-07-31 17:10:03 +09:00