bughelp wanted
倉庫指標
- 星標
- (34,843 顆星)
- PR 合併指標
- (平均合併 57天 13小時) (30 天內合併 62 個 PR)
描述
Summary
When running the 'JSON beautify' operation, numeric precision is lost for large numbers.
Example
Input:
{ "a": 1234567890123456789 }
Erroneous output:
{
"a": 1234567890123456800
}