json: Add option to parse numbers as strings
Summary: Adding a flag in `folly::json::serialization_opts` that allows you to request all numbers to be parsed into strings. This saves you from exceptions being thrown by `folly::parseJson` if it encounters numbers that wouldn't fit in int64. Reviewed By: yfeldblum Differential Revision: D2713039 fb-gh-sync-id: 4f3d0d20f3012efd6229adf895200a3901bb4493
Showing
Please register or sign in to comment