You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I have a JSON string:{"e":"aggTrade","E":1720169967226}
I need to deserialize it into an object,I need to ignore capitalization
The text was updated successfully, but these errors were encountered: