gchq/CyberChef
GitHub で見るBug report: 'JSON beautify' operation losing numeric precision
Open
#415 opened on 2018年11月20日
bughelp wanted
Repository metrics
- Stars
- (34,843 stars)
- PR merge metrics
- (平均マージ 57d 13h) (30d で 62 merged PRs)
説明
Summary
When running the 'JSON beautify' operation, numeric precision is lost for large numbers.
Example
Input:
{ "a": 1234567890123456789 }
Erroneous output:
{
"a": 1234567890123456800
}