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

A better, simpler reflection helper #50

Closed shiftkey closed 10 years ago

shiftkey commented 10 years ago

Based on discussion in https://github.com/facebook-csharp-sdk/simple-json/pull/49, here's a simpler way to work out the fields/properties on a type at runtime...

prabirshrestha commented 10 years ago

from msdn

.NET Framework Supported in: 4.5.1, 4.5 .NET for Windows Store apps Supported in: Windows 8

I was worried about .NET 4.0 support but seems to work on PCL with .NET4,SL5,WP8,WinStore. So going to merge this in.