-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
v8.2 fixed #83 and #81 on my computer, but some people reported continued issues with many decimal numbers getting too-long representations (e.g., 11.11 would be represented as 11.109999999999999). I have no idea if this commit will fix that issue for those people (because the issue was already fixed on my computer) but this is my first attempt to fix it since v8.2. As noted in the changelog, this commit causes a very limited regression: some high-precision numbers like -6553693.3617752995 will now unnecessarily lose precision when reformatted, but we're still doing better than JSON-Viewer in that department, so I'm satisfied.
- Loading branch information
1 parent
fa4d9fb
commit 43f105c
Showing
6 changed files
with
65 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.