LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

fixed c# dictionary deseriead failed, the string key can't convert to… #118

Open jiangdengc opened 4 years ago

jiangdengc commented 4 years ago

because of that the all dictionary key has been convert to string , there is an issue which string key can't convert to correct key type of dictionary when deseriead from json, so i fixed it for my use, maybe there is some mistake . you can modify