JSON.NET: Serialize json string property into json object

后端 未结 3 1953
北海茫月
北海茫月 2020-12-15 19:10

Is it possible to tell JSON.NET I have a string with JSON data? E.g. I have a class like this:

public class Foo
{
    public int Id;
    public string RawDat         


        
3条回答
  •  -上瘾入骨i
    2020-12-15 19:34

    It is possible, that using JRaw could be more sutable and comapct solution

    see this post

提交回复
热议问题