MeltwaterArchive / datasift-dotnet

The official .NET API library for DataSift.
MIT License
12 stars 6 forks source link

Error parsing JSON in some circumstances #15

Open paulmozo opened 10 years ago

paulmozo commented 10 years ago

In some circumstances when using the .NET library it can throw a 'JSON key does not exist' exception.

This was found when retrieving usage statistics and the user specified a licence type with a '.' in it. For example if you use 'klout.score'

tjrobinson commented 10 years ago

I've not looked into this but there's a small chance this pull request may help, if the problem is in the JSON library rather than datasift-dotnet:

https://github.com/datasift/datasift-dotnet/pull/14