MarcosLopezC / LightJson

A simple JSON library for C#.
MIT License
60 stars 21 forks source link

Add strict and non-strict conversion methods. #8

Closed MarcosLopezC closed 9 years ago

MarcosLopezC commented 9 years ago

Add methods to JsonValue such as ToBoolean, ToInt, ToNumber, ToObject, etc. These method will be used for non-strict conversions. The casting operators will be used for strict conversion.