Type Alias JsonObject

Source
pub type JsonObject = Map<String, JsonValue>;

Aliased Type§

struct JsonObject { /* private fields */ }

Trait Implementations§

Source§

impl<'a> From<&'a Feature> for JsonObject

Source§

fn from(feature: &'a Feature) -> JsonObject

Converts to this type from the input type.
Source§

impl<'a> From<&'a FeatureCollection> for JsonObject

Source§

fn from(fc: &'a FeatureCollection) -> JsonObject

Converts to this type from the input type.
Source§

impl<'a> From<&'a GeoJson> for JsonObject

Source§

fn from(geojson: &'a GeoJson) -> JsonObject

Converts to this type from the input type.
Source§

impl<'a> From<&'a Geometry> for JsonObject

Source§

fn from(geometry: &'a Geometry) -> JsonObject

Converts to this type from the input type.
Source§

impl<'a> From<&'a Value> for JsonObject

Source§

fn from(value: &'a Value) -> JsonObject

Converts to this type from the input type.