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
improv(commons): add number key type to JSONObject type
The change introduced in this PR allows to narrow the type of JSON objects using numbers as key. JSON allows only string types as keys, however JavaScript coerces the value to a string even when a number is passed.
0 commit comments