Skip to content

fix NaN handling #65

@mivanit

Description

@mivanit

Details

python will do:

>>> import json
>>> json.dumps({"test": float('nan')})
'{"test": NaN}'

but a literal NaN is not valid json. so, we need to figure out how to handle this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions