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 the Json Module allows for parsing all iterables, including user-defined iterables, while in python it returns Object of type XXXX is not JSON serializable for user-defined iterables. This is non-conformant to python.
Advised solution
Return Object of type XXXX is not JSON serializable when trying to parse user-defined iterables in the Json Module.
The text was updated successfully, but these errors were encountered:
Problem or feature statement
Currently the Json Module allows for parsing all iterables, including user-defined iterables, while in python it returns
Object of type XXXX is not JSON serializable
for user-defined iterables. This is non-conformant to python.Advised solution
Return
Object of type XXXX is not JSON serializable
when trying to parse user-defined iterables in the Json Module.The text was updated successfully, but these errors were encountered: