0
velu created
3 Answer(s)
-
0
Hi @velu,
You can add
[JsonProperty("name")]
or[JsonProperty("NAME")]
attribute to your fields. -
0
Hi,
Is there any way to set this globally to convert all properties to uppercase or lowercase.
Thanks
-
0
You can refer to this: https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3588#issuecomment-402696300