You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the latest code, I found the maximum value of encode_number_precision is 16, which is merged in commit. f79aa68
For our scenes, we use int64 value in json strings, which means 16 precission numbers is not enough for us.
So any suggestions?
Can we change max value of encode_number_precision to 19, 20 or add new configuration like cjson.max_encode_number_precision(X) for different scenes?
Thanks.
The text was updated successfully, but these errors were encountered:
for the latest code, I found the maximum value of encode_number_precision is 16, which is merged in commit.
f79aa68
For our scenes, we use int64 value in json strings, which means 16 precission numbers is not enough for us.
So any suggestions?
Can we change max value of encode_number_precision to 19, 20 or add new configuration like cjson.max_encode_number_precision(X) for different scenes?
Thanks.
The text was updated successfully, but these errors were encountered: