How do I convert the shape values in a shapefile to a JSON string?
I’m trying to convert from Shape
to a JSON string but I couldn’t create a string for Polygon
, I searched but I couldn’t find something that helps me.
How convert shapefile to JSON string in RUST
I’m new with Rust and I’m trying to convert from Shape to JSON string but I couldn’t create a string for polygon, I searched but I couldn’t find something that help me.