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
Hi, so an issue was brought up in expressjs/connect-multiparty#11 earlier today. Basically it boils down to a need for a real object conversion API here, I think. I would like to be able to pass in an object and have this library expand out just the keys into a rich object and leave the values alone.
Basically I would like to have something that takes
Hi, so an issue was brought up in expressjs/connect-multiparty#11 earlier today. Basically it boils down to a need for a real object conversion API here, I think. I would like to be able to pass in an object and have this library expand out just the keys into a rich object and leave the values alone.
Basically I would like to have something that takes
and gives
and it only looks at the first level keys and does not look down into the objects. I hope I'm making sense, I'm in a rush :)
The text was updated successfully, but these errors were encountered: