I'm using a custom API and part of the response is explanation of the results which looks like this:
"explain": {
"": "qwer",
"": "asd"
}
As you can see the keys are empty so while trying to deserialize it to Dictionary using Newtonsoft.Json
I get a dictionary containing only 1 value as each one overrides the previous.