I have a JSON string with some key is dynamic.
Json string
I am trying to deserialize it into a C# object model:
Model
I am deserializing the JSON format with the code below:
enter image description here
I am sure that I’m wrong something here but I can’t find them. Any help would be really appreciated! Thanks so much!
New contributor
Krystal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.