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
Currently there are checks for lists /dicts etc in the Code. This should be strictly replaced with using json.dumps and json.loads for dicts / lists. For float/int/str the current code can remain.
Test for backwards compatibility!
The text was updated successfully, but these errors were encountered:
Currently there are checks for lists /dicts etc in the Code. This should be strictly replaced with using
json.dumps
andjson.loads
for dicts / lists. For float/int/str the current code can remain.Test for backwards compatibility!
The text was updated successfully, but these errors were encountered: