hjson-py
hjson-py copied to clipboard
float('nan') inconsistent with 'normal' json module
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