pub fn normalize(value: JsonValue) -> JsonValue
Normalize a JSON value (converts NaN/Infinity to null, -0 to 0).