facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

PocoDeserializer to support conversion of primitive type #51

Closed csokun closed 10 years ago

csokun commented 10 years ago

In stead of returning string all the time we can just use Convert.ChangeType to try to convert return value.

prabirshrestha commented 10 years ago

thanks. this is awesome.