Skip to content

matthewacme/My-copy-GeoJSON.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoJSON.NET

NuGet Version

Build status

GeoJSON.Net is a .NET library for the RFC 7946 The GeoJSON Format 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

To deserialize a json string:

var geoJsonObject = JsonConvert.DeserializeObject<Point>(json);

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

It's probably best to check out the commits and the issues what has been added over time.

Contributing

Highly welcome! Just fork away and send a pull request.

Thanks

This library would be NOTHING without its contributors - thanks so much!!

Copyright

Copyright © 2017 Jörg Battermann & Contributors

License

GeoJSON.Net is licensed under MIT. Refer to LICENSE.md for more information.

About

.Net library for GeoJSON types & corresponding Json.Net (de)serializers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%