mesqueeb / flatten-anything

Flatten objects and replace nested props with 'prop.subprop'. A simple and small integration.

Home Page:https://npmjs.com/flatten-anything

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add array flattening

silveltman opened this issue · comments

similar to how other packages flatten. array becomes:

myarray[0].key: hello
myarray[1].key: world

I don't really understand. Can you explain better ?