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
I've got the same issue so I've played around with the flatten function to get it working. I've taken out the opts for now to keep it simple (and done it in typescript albeit with some any's). If I get a chance to put the opts back in I'll do a PR. The main issue is with the delimiter option as you now have 2 ('.' for object and brackets for an array).
I make a sample to test the
And the result
The object is flatted and unflatten is not the same as the original. It should be the same. I think the problem from
It should be
This behavior should similar to
qs
library. So please provide the option to do that.The text was updated successfully, but these errors were encountered: