如题:
class stu{
int age;
}
在 string str = Newtonsoft.Json.JsonConvert.SerializeObject(stu);
{age:0}
如何生成
{age:null}
{age:""}