Does anyone have recommendations on how to handle ...
# serialization
c
Does anyone have recommendations on how to handle deserializing where you don’t know precisely what some JSON will look like ahead of time? My use case is, I have a response from a server. Depending on whether it is an error/success, it looks different.