SaladLab / Json.Net.Unity3D

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

OrderedDictionary serialization #29

Open softrare opened 6 years ago

softrare commented 6 years ago

Hi! I found this lib a couple of days ago and it solved a big problem I had with MongoDB BSON. But now I have this problem: I am trying to serialize this collection: https://bitbucket.org/brimock/ordereddictionary/src

How do I go about this when the value is a complex object?

Thanks so much for your help in advance!