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
Personally I would expect this to be named consistently with the std-lib JSON library, and instead be called dumps (and loads for the load equivalent).
I want to be able to use
.dump()
to save the output as a string for later processing.Right now, you need to work with streams. Where the simplest code is:
It would be really nice to be able to do:
Thanks
The text was updated successfully, but these errors were encountered: