-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Describe the bug
OKJSON will unexpectedly and without warning round large integers.
To Reproduce
Steps to reproduce the behavior:
- Create a JSON file with a large integer (i.e.,
60436225835668127
) - Open in OKJSON.
- Note the integer is rounded (i.e., for the above example, the app will show
60436225835668130
).
App version 2.9.1 (214).
Expected behavior
OKJSON should not round integers. Alternatively, it should warn when it cannot represent a large number without rounding.
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
Opening this file in OKJSON will demonstrate the bug.
{
"id": 60436225835668127
}
Metadata
Metadata
Assignees
Labels
No labels