Skip to content

Tags: doytsujin/go-json

Tags

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#124 from vearutop/streaming-decode

Wait for io.EOF when decoding a stream

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#120 from goccy/feature/fix-interface

Fix decoding of interface{} type

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#117 from goccy/feature/fix-anonymous

Fix encoding of anonymous struct

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#102 from goccy/feature/fix-decoding-escaped-…

…char

Fix decoding of escape char at UnmarshalJSON

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#97 from goccy/feature/fix-interface

Fix interface operation and optimize map operation

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#95 from goccy/feature/fix-unsupport-op

Fix goccy#93

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#94 from goccy/feature/fix-issue93

Fix some bugs of encoder/decoder ( for goccy#93 )

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#84 from goccy/feature/add-benchmark-target

Add benchmark target

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request goccy#81 from goccy/feature/coverage

Add many test codes and distribute `case` operation ( of `switch` ) to some switch statements