Skip to content

Conversation

easyfold
Copy link

@easyfold easyfold commented May 8, 2024

Description

jsoniter behaves differently from standard library in unmarshaling null value into json.RawMessage.

This PR tries to fix the issue #469.

Changes

  • jsoniter will decode null into json.RawMessage("null") rather than json.RawMessage(nil)
@easyfold easyfold closed this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant