Function to_json_string

Source
pub fn to_json_string(
    data: *mut u8,
    shape_desc: ShapeDesc,
    indent: bool,
) -> String
Expand description

Serializes any Shapely type to JSON and returns it as a String