Closed mdawar closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.82%. Comparing base (
5d3d0ff
) to head (08d645b
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hey,
This pull request is a suggestion to add support for the JSON
null
value. This is needed to prevent parse errors when an API returns anull
value for audecimal.Decimal
type.Other libraries like https://github.com/shopspring/decimal already support this.