C#C
C#3y ago
DeltaDizzy

✅ Determine the .NET type of a json object

I have a json generated by another program that i want to deserialize and manipulate the data of (using newtonsoft.json), but I am unsure what the .NET type I am deserializing it into should look like. The json file is attached.
Was this page helpful?