|
|
|
|
|
by geocar
218 days ago
|
|
> JSON as a standalone language requires only the information written on that page. JSON.parse("{\"a\":9999999999999999.0}")
Either no browsers implement JSON as written on that page, or you need to read ECMAScript-262 to understand what is going on. |
|
If you write a JSON parser in Python, say, then you will need to understand how Python works instead.
In other words, I think you are confusing "json, the specified format" and "the JSON.parse function as specified by ECMAScript-262". These are two different things.