no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
JSON Serialization
Ignoring JSON Key Casing and Numbers as Strings when Deserializing with System.Text.Json
When deserializing JSON from a console application or library, you have to handle unusual casing of JSON key names, and numbers represented as strings yourself. This is done with a couple of serialization options.
Apr 14, 2022
#
JSON Serialization
,
dotNet6
,
Serialization
,
JSON
,
System.Text.Json
Cite
×