assert(JSONValue(0u) == JSONValue(0)); assert(JSONValue(0u) == JSONValue(0.0)); assert(JSONValue(0) == JSONValue(0.0));
See Implementation