Option to fallback to double when int precision is not enough.
Summary: Some libraries like Haskell's `Data.Aeson` can produce arbitrarily big numbers with arbitrary precision. The json standard doesn't specify the ranges for numeric types. For interoperability, we should allow the user to parse the numbers with some loss of precision. Reviewed By: luciang Differential Revision: D2565140 fb-gh-sync-id: b1a9a46e298bf13cc89d7e79ce28705e9e251a7f
Showing
Please register or sign in to comment