How to extract a JSON from a JSON?

You could try extracting/processing the nested JSON array with the select_jsonpath() function.

Related resources: