Skip to content

Library for parsing OpenStreetMaps JSON-data in .Net

License

Notifications You must be signed in to change notification settings

FaFre/OSMJSON.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSMJSON.Net

Nuget

.Net types for the OSM API JSON format

Desciption

OSMJSON.Net is a small .Net Standard library containing the necessary types for serializing and de-serializing of OSM JSON. Since version 1.1.0, System.Text.Json is used under the hood.

Currently de-serialization of both OpenStreetMap OSM JSON and Overpass-Api OSM JSON is supported. Serialization of OSM JSON uses the OpenStreetMap OSM JSON notation for writing the version number.

Example

Deserialization

OSMJSON.Deserialize(json);

Serialization

OSMJSON.Serialize(elementCollection);

About

Library for parsing OpenStreetMaps JSON-data in .Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages