标签: c# asp.net json
我有一个Json类,我想手动添加一个键值对。下面是我要添加0计数密钥的代码段。 List<JsonClass> flows = new List<JsonClass>(); flows.Add('KeyValue Pair Here');
List<JsonClass> flows = new List<JsonClass>(); flows.Add('KeyValue Pair Here');