hjson-py icon indicating copy to clipboard operation
hjson-py copied to clipboard

float('nan') inconsistent with 'normal' json module

Open mjrk9 opened this issue 1 year ago • 0 comments

json can deal with dumping float('nan') to NaN and vice versa which I don't believe is supported in hjson (get converted to strings). Are there any plans to implement this e.g. in a similar way to how null -> None is converted

mjrk9 avatar Sep 21 '23 21:09 mjrk9