Closed
Bug 1894646
Opened 1 year ago
Closed 1 year ago
JSON with large numbers: Wrong output
Categories
(DevTools :: JSON Viewer, defect)
DevTools
JSON Viewer
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1431808
People
(Reporter: dettus, Unassigned)
References
Details
Attachments
(1 file)
|
54 bytes,
application/json
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
I have stumbled upon an issue when it comes to printing JSON packages.
I created this JSON package, and openend it in firefox
{"should_be_4870601124421231741":4870601124421231741}
Actual results:
I got the output
should_be_4870601124421231741 4870601124421232000
Expected results:
I expcted to see
should_be_4870601124421231741 4870601124421231741
Comment 2•1 year ago
|
||
Thank you for reporting.
This is a dupe of bug 1431808, which could be solved once the JSON.parse source text access proposal gets implemented, which is tracked in bug 1658310.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1431808
Resolution: --- → DUPLICATE
Updated•1 year ago
|
Component: Untriaged → JSON Viewer
Product: Firefox → DevTools
Version: other → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•