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
turns into {test: 1} after hjson.loads(). A type() call says it is an int.
Maybe this is the wanted behavior? I just expected something else. "Normal" json returns a float.
The text was updated successfully, but these errors were encountered:
This hjson:
{
test: 1.0
}
turns into {test: 1} after hjson.loads(). A type() call says it is an int.
Maybe this is the wanted behavior? I just expected something else. "Normal" json returns a float.
The text was updated successfully, but these errors were encountered: