gchq/CyberChef
View on GitHubBug report: 'JSON beautify' operation losing numeric precision
Open
#415 opened on Nov 20, 2018
bughelp wanted
Description
Summary
When running the 'JSON beautify' operation, numeric precision is lost for large numbers.
Example
Input:
{ "a": 1234567890123456789 }
Erroneous output:
{
"a": 1234567890123456800
}