when I Deserialize this object, i want to get a Lower case json like this
what should I do, if you have some ideas,please tell me ,thank you !
Assuming you meant serialise instead of deserialise...
[JsonProperty("id")]
Decorate the property using the following attribute, example for Id.