By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
1 rows affected
| id | jsonb_agg |
|---|---|
| 1 | [{"ao": {"sc": "name1"}}, {"ao": {"sc": "name2"}}, {"ao": {"sc": "name3"}}, {"ao": {"set": "get"}, "name": "PRule"}] |
| iprops |
|---|
| {"value": {"rules": [{"ao": {"sc": "name1"}}, {"ao": {"sc": "name2"}}, {"ao": {"sc": "name3"}}, {"ao": {"set": "get"}, "name": "PRule"}]}} |
1 rows affected
| jsonb_pretty |
|---|
| { "iProps": { "value": { "rules": [ { "ao": { "sc": "name1" } }, { "ao": { "sc": "name2" } }, { "ao": { "sc": "name3" } }, { "ao": { "set": "get" }, "name": "PRule" } ] } } } |