Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created May 12, 2020 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save einarwh/f19edcb12f7bb557d7903bcc5257bbe1 to your computer and use it in GitHub Desktop.
Save einarwh/f19edcb12f7bb557d7903bcc5257bbe1 to your computer and use it in GitHub Desktop.
Ideal deserialization of shopping cart to DTO.
var shoppingCartDtoFromText = JsonConvert.DeserializeObject<ShoppingCart>(jsonText);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment