Web-Anchor icon indicating copy to clipboard operation
Web-Anchor copied to clipboard

Document how to use JsonProperty to transform property names

Open daniel-tell opened this issue 9 years ago • 1 comments

E.g.

[JsonProperty("payment_methods")] public List<PaymentMethod> PaymentMethods { get; set; }

daniel-tell avatar Dec 21 '15 15:12 daniel-tell

Should be documented by just documenting that deserialization by default is carried out by json. Net. Along with some information on how to modify json.nets behaviour

mattiasnordqvist avatar Dec 21 '15 16:12 mattiasnordqvist