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
I exactly had this problem. I worked around it by saving all values except booleans in the json as strings. I used the below function to convert every integer to string before I save to database (it is in php):
Exemple environnement:
Will return only string2, not the string1 with entry2(int).
With one less character, it works.
There is no way around this limitation?
The text was updated successfully, but these errors were encountered: