0.1.1 • Published 6 years ago

flatten-nested v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

De Nest to flat

nest with objects; nest with arrays; deeply nest; we dont care! 😘

just print out all the keys,

just print out all the values. format the stuff do the things.

key values that are nested need to be key1.key2. ... hint, use a recursive function.

Sorry just here for a good tutorial

no problem!

run this script to get the output:

for d in ./tutorialsForOthers/* ; do (echo && echo "$d" && node $d); done

or node <specific tutorialfile.js>