Closed MichaelJCompton closed 5 years ago
I think I can give a max depth to json.net, using something like
https://stackoverflow.com/questions/10453127/how-to-serialize-or-deserialize-a-json-object-to-a-certain-depth-in-c
that would be nice, because then it would respect NamingStrategyType, StringEnumConverter, JsonProperty(PropertyName ...), etc on the models
NamingStrategyType
StringEnumConverter
JsonProperty(PropertyName ...)
Don't think the above helps, but this should use the json attributes for names, capitalisation, etc.
I think I can give a max depth to json.net, using something like
https://stackoverflow.com/questions/10453127/how-to-serialize-or-deserialize-a-json-object-to-a-certain-depth-in-c
that would be nice, because then it would respect
NamingStrategyType
,StringEnumConverter
,JsonProperty(PropertyName ...)
, etc on the models