SaladLab / Json.Net.Unity3D

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

serializeObject bytes. #41

Closed hsl9999 closed 5 years ago

hsl9999 commented 5 years ago

[{"values":[{"id":3,"name":"test456","roleType":1,"level":1,"data":{"param1":1,"param2":"MQ=="}}]}]

"MQ==" is not expected. In fact, it should be "1" or 49.