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
chore: use more explicit error handling with json_encode (#437)
Remove `JSON_NUMERIC_CHECK` because setting enables autocasting which is not intended and can cause random runtime errors.
According to documentation: `Encodes numeric strings as numbers.`
0 commit comments