An oversized identifier
- Input
- {"id": 9007199254740993}
- Output
- Warning: 9007199254740993 cannot be represented exactly
Parsed as a JavaScript number, this becomes ...992. Every viewer built on JSON.parse displays the wrong value silently; here it is flagged before you copy it somewhere that matters.