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
Describe the bug
ParseJsonRule and ParseJsonRuleSet functions will encounter precision loss when unmarshalling a big number
For example, if the rule contains a number, and that number is 509682941429859799, after calling ParseJsonRule, the number will be converted to 509682941429859800.
The text was updated successfully, but these errors were encountered:
Describe the bug
ParseJsonRule and ParseJsonRuleSet functions will encounter precision loss when unmarshalling a big number
For example, if the rule contains a number, and that number is 509682941429859799, after calling ParseJsonRule, the number will be converted to 509682941429859800.
The text was updated successfully, but these errors were encountered: