You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoJSON.Net is a .NET library for the [RFC 7946 The GeoJSON Format](https://tools.ietf.org/html/rfc7946) and it uses and provides [Newtonsoft Json.NET](http://json.codeplex.com) converters for serialization and deserialization of GeoJSON data.
4
7
5
8
6
-
##Installation & Usage
9
+
##Installation & Usage
7
10
Well all you basically have to do is install the [GeoJSON.Net](https://www.nuget.org/packages/GeoJSON.Net/) NuGet package:
8
11
9
12
`PM> Install-Package GeoJSON.Net`
@@ -15,14 +18,14 @@ To deserialize a json string:
15
18
That's all there is. Really. From there on you can go ahead and (De-)Serialize GeoJSON using the provided [converters](https://github.com/GeoJSON-Net/GeoJSON.Net/tree/master/src/GeoJSON.Net/Converters) - see [the Tests for example usage](https://github.com/GeoJSON-Net/GeoJSON.Net/tree/master/src/GeoJSON.Net.Tests).
16
19
17
20
18
-
##News
19
-
Well it's probably best to check out the [commits](https://github.com/GeoJSON-Net/GeoJSON.Net/commits/master) what has been added over time.
21
+
##News
22
+
It's probably best to check out the [commits] and the [issues](https://github.com/GeoJSON-Net/GeoJSON.Net/commits/master) what has been added over time.
20
23
21
24
## Contributing
22
25
Highly welcome! Just fork away and send a pull request.
23
26
24
27
25
-
##Thanks
28
+
##Thanks
26
29
This library would be NOTHING without its [contributors](https://github.com/GeoJSON-Net/GeoJSON.Net/graphs/contributors) - thanks so much!!
0 commit comments