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

SimpleJson reflection rewrite with support for Win8RTM and portable library #24

Closed prabirshrestha closed 12 years ago

prabirshrestha commented 12 years ago

Includes complete rewrite of reflection utils based on https://github.com/facebook-csharp-sdk/reflection-utils/pull/5

Note: By default it uses linq expressions, if you are running in wp7.0 or .net<3.0 you need to #define SIMPLE_JSON_NO_LINQ_EXPRESSION