facebook-csharp-sdk / simple-json

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

Bugfix - Uris are being deserialized like strings, and that's bad #41

Closed shiftkey closed 10 years ago

shiftkey commented 10 years ago

Let me know if there's anything missing from the PR

shiftkey commented 10 years ago

I've corrected that Null to IsNull to Ensure Nobody Freaks Out Any More About Unit Testing Frameworks.

I also added in a helper function which we've been using in Octokit.NET to keep things neat and tidy.

EDIT: you know what - we don't need that helper function.

prabirshrestha commented 10 years ago

@shiftkey your changes are now in v0.30.0 (http://www.nuget.org/packages/SimpleJson/0.30.0)

Thanks for the PR