我有一个具有以下键/值的 JObject 实例:
{ "filed1": "4", "filed2": "name", "filed3": null, "filed4": "2021-09-20T00:00:00Z", "filed5": null, "filed6": null, "filed7": null }
我需要删除一个属性,即filed1. 我怎样才能在 C# 中做到这一点?
filed1
c# json json.net deserialization
c# ×1
deserialization ×1
json ×1
json.net ×1