Display Json with nested objects

Hi Lars,

There's already a few topics on this.
If you think you want to use multiple tables for this, you can do this one: Unnest object
If you want to flatten the inside arrays into the same table, then you can follow this answer from this topic: Flatten Array into a Single Table

Regards