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
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.
The text was updated successfully, but these errors were encountered:
@marcsyp For better understanding, can you provide me a working example in GH about this topic? I think i understand, your idea, but maybe didn't get it right.
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.
The text was updated successfully, but these errors were encountered: