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