Specific value in a JSON file

Hello,
I want to get a specific value in a JSON file and write it to a Google Sheet. How do I get this value? For example: Bundle 3: Description:

Thanks
Stephan

Use an aggregator and transform the bundles into an array. Then you can use the get() function.

Hope this helps!

Great, thank you very much!