JSON.NET deserialize/serialize JsonProperty JsonObject
问题 I have a question for deserialize/serialize with the Newtonsoft JSON.NET library: I receive this json : { "customerName" : "Lorem", "id": 492426 "sequence": 1232132 "type" : 3, "status" : 0, "streetNumber" : 9675, "streetName" : "Lorem", "suite" : null, "city" : "IPSUM", "provinceCode" : "QC", "postalCode" : "H1P1Z3", "routeNumber" : 0, "poBox" : 0, "streetType" : "CH", "userId" : 25, "streetDirection" : null, "countryCode" : "CA", "customerNickName" : "Lorem ipsum", "streetSuffix" : null,