Newtonsoft.Json deserialize issue [Answered]
I have a json string. For example this one:
How can I deserialize some fields to a structure field in my class? For instance:
How can I deserialize the string to put these two fields in an
How can I deserialize some fields to a structure field in my class? For instance:
How can I deserialize the string to put these two fields in an
Account field?