kwhitley / treeize

Converts row data (in JSON/associative array format) to tree structure based on column naming conventions.
MIT License
189 stars 24 forks source link

added "everythingIsCollection" input option #42

Open stylefieber opened 7 years ago

stylefieber commented 7 years ago

For a current project I have to work on, all objects are in german language and I am not allowed to change the names. So I can not rely on the "detectCollections" input option.

I guess there might be other cases where one cannot rely on that, so I added the "everythingIsCollection" option. When true, every nested Object is a collection.