gchq/CyberChef
在 GitHub 查看Bug report: 'JSON beautify' operation losing numeric precision
Open
#415 建立於 2018年11月20日
bughelp wanted
描述
Summary
When running the 'JSON beautify' operation, numeric precision is lost for large numbers.
Example
Input:
{ "a": 1234567890123456789 }
Erroneous output:
{
"a": 1234567890123456800
}