Postgresql – How to parse multidimensional json array
I'm trying to retreive some specific data from a json stored in my database. Here is my fidle : https://www.db-fiddle.com/f/5qZhsyddqJNej2NGj1x1hi/1 An exemple of a json string : { "complexProperties":[ { "properties":{ "key":"Registred", "Value":"123456789" } }, { "properties":{ "key":"Urgency", "Value":"Total" }…