LitJSON / litjson

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

Obfuscation #44

Open qbit86 opened 9 years ago

qbit86 commented 9 years ago

Hi,

I'm using port of your library for Unity 3D. Json object mapping seems to be broken when assemblies are obfuscated via CodeGuard plugin.

Is it related to reflection? Which classes should I exclude from obfuscation to make it work?

Thank you.

cweiske commented 2 weeks ago

I'm also interested in the answer to this question.