A library to read Mapbox Style Json
$ dotnet add package Okayu.VectorTiles.StylesThis project contains the styles for the vector tiles.
using VectorTiles.Styles;
var text = File.ReadAllText("path/to/style.json");
var style = MapboxStyle.FromJson(text);
This project is licensed under the MIT License - see the LICENSE file for details.