LitJSON / litjson

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

Fix parsing of UInt64 values #13

Closed MickeyKim closed 10 years ago

MickeyKim commented 11 years ago

For reading unsigned long (UInt64) type data, added some code to pass ValueTypesTest's ulong with max value.