Relative Content

Tag Archive for c#json.netserialization

Deseralizing JSON Issue… My code or My File?

I have a JSON I’m trying to deseralize in C#. I have set up several classes to model the data format of the JSON contents. I have built some data classes for other JSON’s. This one is giving me issues… not sure if the guys’ python script is outputting it correctly… only been deserazliing json for a month now.