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
Add JSON_PRESERVE_ZERO_FRACTION to the json_encode of the system state. This ensures that floats like 10.0 are encoded as floats and decodes as such (instead of being encoded as 10 and decoded as int)
0 commit comments