My data in column foo looks like this
row 1 :[{\"id\": 20, \"list\": [\"NEWYORK\", \"Rajasthan\", \"Spain\", \"Delhi\"], \"var\": 20}]
row 2 :[{\"id\": 23, \"list\": [\"China\", \"tokyo\", \"Spain\", \"Mumbai\"], \"var\": 25}]
I want to extract the first element in the 'list', eg ,NEWYORK , China , etc..
How do I extract it in clickhouse.