LitJSON / litjson

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

Fix byte,short underlying Enum Write issue #124

Closed kdw9502 closed 3 years ago

kdw9502 commented 3 years ago

I found that deserializing byte underying enum throw System.InvalidCastException.

Fixed it and add test for it.

devlead commented 3 years ago

@kdw9502 your changes have been merged, thanks for your contribution 👍

devlead commented 3 years ago

This is released in 0.17.0 https://www.nuget.org/packages/LitJson/0.17.0