Open
Description
I have a lua object containing a large number:
local obj = {prop=1925036013156063406}
When the object is serialized, the JSON looks like:
{"prop":1.9250360131561e+18}
and can not be parsed by other JSON libraries on other programming languages.
The correct serializaion output would be:
{"prop":1925036013156063406}
Metadata
Metadata
Assignees
Labels
No labels