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
which isn't valid JSON (notice the extra comma for the thousands position for the 2000).
This is likely the result of using a std::ostream for formatting integers, without correctly setting the numpunct to empty (resulting in the comma for the current locale being used). This is US English locale - I suspect for a Euro locale it might result in "2.000"!