Json.net - JsonConvert.DeserializeObject

hversemann

Member
Joined
Jul 29, 2016
Messages
11
Location
midwest
Programming Experience
3-5
I'm using JSON.Net and am trying to deserialize a json response object into a predefined object type. When I do the convert I'm not seeing any exceptions, but the conversion seems to be failing somewhere nonetheless, because I can't see what's in the target object after the deserialization is supposed to have taken place.

Not sure what's happening, if anything.

Has anyone ever used JSON.NET?

If so did you ever encounter this problem?

Is there a good site to go to with more explanation of or procedures on how to use JSON.NET?

I'm not finding much there, at least nothing obvious.

Thanks for the help.

Henry
 
Back
Top Bottom