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
Modified jsonsHeaders#jsons2arrays to work with falsy keys
* `header in object` should be a sufficient condition. The suggested
`String(object[header])` wasn't passing the original tests - it caused
keys that didn't exist on the object to be inserted as
undefined. Checking if the key is in the object allows for falsy
values, while preventing keys that haven't ever been set from leaking
in.
* Should close issue #6
* #6
0 commit comments