can you tell me how to parse this kind of json using Сodable?
{
"-MV_nbUZXH0YxpkMtdDK": {
"log": "Installing dependencies",
"ts": "2021-03-12T09:39:51.373513016Z"
},
"-MV_nbUeK8yJbrTkyhku": {
"log": "Python version set to 2.7",
"ts": "2021-03-12T09:39:51.376706383Z"
},
"-MV_nbnKj7ooihytbFb_": {
"log": "Downloading and installing node v10.24.0...",
"ts": "2021-03-12T09:39:52.640846883Z"
},
"-MV_nbr6_lCOgmASvjIx": {
"log": "Downloading https://nodejs.org/dist/v10.24.0/node-v10.24.0-linux-x64.tar.xz...",
"ts": "2021-03-12T09:39:52.882689552Z"
},
"-MV_nbx-xDFgKY5gt7LW": {
"log": "Computing checksum with sha256sum",
"ts": "2021-03-12T09:39:53.257948857Z"
},
"-MV_nbyq7zFzPKlZoUUW": {
"log": "Checksums matched!",
"ts": "2021-03-12T09:39:53.370929002Z"
},
"-MV_ncWPSrcJTxwRO-9Y": {
"log": "Now using node v10.24.0 (npm v6.14.11)",
"ts": "2021-03-12T09:39:55.588474395Z"
},
"-MV_ncXt4WBTobLQWtsP": {
"log": "Started restoring cached build plugins",
"ts": "2021-03-12T09:39:55.684040489Z"
}
I cannot understand the pattern of these names) This is the build log received from Google, I would like to display them in the application.