refactor!: Remove json-bigint
#566
Labels
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p3
Desirable enhancement or fix. May not be included in next release.
semver: major
Hint for users that this is an API breaking change.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Remove
json-bigint
and@types/json-bigint
.We can use native
bigint
s via the JSON.parse reviver parameter and essentially check via:Example:
Improves on:
Documentation:
The text was updated successfully, but these errors were encountered: