How to parse JSON from an API in SwiftUI, where the response is not an Array, asynchronously?
I am attempting to parse JSON from an API in SwiftUI where the response is not an Array, this seems to be the only way I can find online, from my searches.