JamesNK/Newtonsoft.Json

deserialize object Ignore case

1269140053 opened this issue · 1 comments

I have a JSON string:{"e":"aggTrade","E":1720169967226}
I need to deserialize it into an object,I need to ignore capitalization
image

I need to ignore capitalization

What exactly is this supposed to mean, what is the desired outcome of wanting this?
Given that you have two different json properies "e" and "E", it seems rather unwise wanting to ignore capitalization in this situation. Basically, it is completely unclear what exactly you are trying to achieve here.

To be able to help, you need to provide us with the following information:

  • what is the exact type declaration of the type/object you want your example json deserialize into
  • which fields/properties/constructor parameters in this type should receive the values of exactly which json properties