Open
Description
the current components work great for retrieving single values from named properties in a JSON string, but often you will be storing arrays of values in a named property.
The current output creates multiline strings out of the arrays, one for each entry. It should be pretty easy to parse each one of these items into a list of items in its own tree branch. What would be even better is being able to parse arrays of arrays (no objects) into the appropriate data tree hierarchy.