Skip to content

v0.5.2

Latest
Compare
Choose a tag to compare
@OnFireByte OnFireByte released this 05 Jan 09:58

Replacing encoding/json to jsoniter fork. Since encoding/json has a undesirable behavior that encode the nil slice into null instead of empty array. So I fork jsoniter's PR and publish into new package.

Other than encoding change from null to empty slice and performance gain, the other json encoding/decoding behavior should be identical to encoding/json.

Full Changelog: v0.5.1...v0.5.2