Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix json object/array BigInteger/BidDecimal value comparison #5236

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

vietj
Copy link
Member

@vietj vietj commented Jun 17, 2024

The code to compare two numbers in json object/array does not correctly compare BigInteger/BigDecimal values.

Fix this issue and also simplify / refactor this code to be more compact and reused between object/array

@vietj vietj added this to the 5.0.0 milestone Jun 17, 2024
@vietj vietj added the bug label Jun 17, 2024
@vietj vietj self-assigned this Jun 17, 2024
…ly compare BigInteger/BigDecimal values.

Fix this issue and also simplify / refactor this code to be more compact and reused between object/array
@vietj vietj force-pushed the fix-json-numeric-value-comparison-bug branch from fa4f4d4 to 0d5b88f Compare June 17, 2024 14:53
@vietj vietj merged commit 392a001 into master Jun 17, 2024
7 checks passed
@vietj vietj deleted the fix-json-numeric-value-comparison-bug branch June 17, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant