//! This library provides [`to_map`] for simple converting maps and sequenses of pairs to [`serde_json::Map`]
//! # Example
;
use Serialize;
use Value;
pub use ;
pub use MapSerializer;
pub type JsonMap = Map;
/// Function for easy serializing maps and sequenses of pairs to [`serde_json::Map`]
///
/// # Example