-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nested Objects and arrays #7
Comments
|
Hey @DAN-AND-DNA :) thanks for the quick reply. I'v something like this
And this is an example of json response I receive from my server:
When I parse the structure_1, it only extract the id and name, not the structure_2 |
@Edward-Teach I've tried it and it seems to work |
Are there any errors in the logs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
If I place an array of structures, using the Struct 2Json node, the engine crashes.
I have to change server response to pass somethings like { "data": [ ...]} instead of [...] . (Wrapping the array inside a new structure)
Anyway, If I use a structure like this: StructData: { "data": "obj_1" array} SructObj1: { "name": string, config: "obj_2" array}
the plugins only retrieve data for the parent object.. all children are ignored, this means that I lose all relations.
The text was updated successfully, but these errors were encountered: