UnemployedNinja
Best way to deserialize duplicate JSON API responses (Using Newtonsoft.JSON)
Oh I see what you mean, ok. I misunderstood. And yea, I don't mind copy/paste lol, but it's having duplicate class types for like 40 different responses is what I'm trying to avoid lol
I'd also prefer if I could just have one class type returned, so I was just trying to see if anyone had a solution 😭
73 replies
Thread.sleep in a constructor
It's used to create a websocket client. The server I'm connecting to has a service API, which is used to get the websocket server for different regions. And the websocket client requires a URL to be created
I could just contact the service API before, and then create the client, but I'd like to do it all in one
14 replies