Skip to content

Commit

Permalink
Add comprehensive nil type JSON unmarshal tests
Browse files Browse the repository at this point in the history
This commit restructures and extends the JSON unmarshal tests for nil types to cover more data types, including boolean, byte slice, float32, float64, int, int64, string, and various unsigned integers. Each test ensures proper handling of value retrieval, nil checks, and reset behavior, enhancing the robustness of the unmarshal functionality.
  • Loading branch information
wneessen committed Sep 1, 2024
1 parent 63c28cb commit 89d0a3f
Showing 1 changed file with 353 additions and 65 deletions.
Loading

0 comments on commit 89d0a3f

Please sign in to comment.