LitJSON / litjson

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

propertyinfo.GetSetMethod.invoke instead of propertyinfo.SetValue #41

Open qq5250142 opened 9 years ago

qq5250142 commented 9 years ago

my unity3d project use the litjson as the json lib, when the project run in ios , it throw a jit exception.the propertyinfo.setValue cannot be use and then use the getSetMethod.invoke instead of SetValue to suport more platform which jit is forbidden like ios I hope to get your reply,thanks!