GeoJSON.Net is a .NET library for the GeoJSON v1.0 specificaton and it uses and provides Newtonsoft Json.NET converters for serialization and deserialization of GeoJSON data.
##Installation & Usage Well all you basically have to do is install the GeoJSON.Net NuGet package:
PM> Install-Package GeoJSON.Net
That's all there is. Really. From there on you can go ahead and (De-)Serialize GeoJSON using the provided converters - see the Tests for example usage.
##News Well it's probably best to check out the commits what has been added over time.
Highly welcome! Just fork away and send a pull request.
##Thanks This library would be NOTHING without its contributors - thanks so much!!
Copyright © 2014 Jörg Battermann & Contributors
GeoJSON.Net is licensed under MIT. Refer to LICENSE.md for more information.