SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

What's the difference between jsonnet.lite and jsonnet package? #23

Closed wangjianpeng closed 7 years ago

wangjianpeng commented 7 years ago

Should i import both packages to my unity project ? or just choose one package with my need ?

master-lincoln commented 7 years ago

Isn't the Readme clear enough on this?

For Unity.Lite version, additional works are done to make more lite.

Remove JsonLinq, JPath (JToken, ...) Remove Bson

So if you do not intend to use these features you choose the Lite version. Otherwise you have to use the full version