Hacker News new | past | comments | ask | show | jobs | submit login

A JSON parser has to check if a numeric value is actually numeric - the JSON {"a" : 123456789} is valid, but {"a" : 12345678f} is not. Per the RFC, a standards-compliant JSON parser can also refuse {"a": 123456789} if it considers the number is too large.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: