Community Member
 · Building with Flutterflow

How to take nested JSON paths into Custom Data Types?

I sort of see the benefits of being able to map the JSON response from an API if it Is easy and automatic into a data structure. However, especially for child variables, I would be happy if the custom Json Path names defined in the API could carry over, instead of needing to hand-written each JSON Path for the generated children from a JSON List.

However, I did try the custom data structures, but the docs imply it only works for a flat JSON structure, no nesting (e.g. item.snippet.resource.video)

Is that the case? And so I am not able to incorporate nested JSON into a data structure?

11
1 reply