Extract object as string from JSON in Swift
I have a WebSocket connection in Swift which will give me the following JSON: { "identifier": "{"channel":"SomeChannel"}", "message": { "resource": { "owner_id": 1, "name": "Some cool name", "id": 2, "field1": "Example field", "fieldTwo": { "name": "Nested object" }, "fieldXYZ": 123321,…