C#C
C#5mo ago
Pablitux

✅ Question about serialization

I have a websocket endpoint that returns messages in JSON format. The messages are predictable, but would it be better to create a Dictionary<string,object> or create a struct to represent each message type?
Was this page helpful?