Json.net map dynamic property to a fixed one [duplicate]
问题 This question already has answers here : How to get the name of <T> from generic type and pass it into JsonProperty()? (3 answers) Does Json.NET cache types' serialization information? (1 answer) Closed last year . QuickBooks Online uses for their API the following response: { "QueryResponse": { "Customer": [ { "GivenName": "Test" }, { "GivenName": "Test 2" } ], "startPosition": 1, "maxResults": 2 }, "time": "2018-08-11T16:12:10.808-07:00" } I'm trying to create a C# model from this: public