Web-Anchor
Web-Anchor copied to clipboard
Document how to use JsonProperty to transform property names
E.g.
[JsonProperty("payment_methods")] public List<PaymentMethod> PaymentMethods { get; set; }
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