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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: