We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request argument option to dumps with null instead of NaN (for future usage krub)
NaN might be an error due to not valid JSON symbol https://stackoverflow.com/questions/6601812/sending-nan-in-json/6601873
simple json provide this option https://stackoverflow.com/questions/28639953/python-nan-json-encoder
The text was updated successfully, but these errors were encountered:
But nan is not null....
Sorry, something went wrong.
You could workaround like
json_safe_dict = strong_json.to_json_dict(your_obj) your_favorite_dumper.dump(json_safe_dict)
Ok thank you kub
No branches or pull requests
Request argument option to dumps with null instead of NaN (for future usage krub)
NaN might be an error due to not valid JSON symbol
https://stackoverflow.com/questions/6601812/sending-nan-in-json/6601873
simple json provide this option
https://stackoverflow.com/questions/28639953/python-nan-json-encoder
The text was updated successfully, but these errors were encountered: