Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Component to parse arrays into data trees in grasshopper. #1

Open
marcsyp opened this issue May 13, 2014 · 1 comment
Open

Comments

@marcsyp
Copy link

marcsyp commented May 13, 2014

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.

@smakhtin
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants