|
|
|
|
|
by toolslive
104 days ago
|
|
JSON brings its own set of problems. for example, look at the python generated JSON below. > >>> json.dumps({ "X" : 1 << 66 })
> '{"X": 73786976294838206464}'
What's the parsing result in javascript ? What's the parsing result in Java ? |
|