{ "columns": [ { "name": "id", "data_type": "int8" }, { "name": "string_column", "data_type": "text" }, { "name": "json_column", "data_type": "jsonb" } ], "rows": [ { "id": 0, "json_column": { "Id": 0, "Name": "stringValuesomething-0", "Statement": { "Action": "iam:GetContextKeysForCustomPolicy", "Effect": "Allow" } }, "string_column": "stringValuesomething-0" } ] }