json_map_serializer 0.1.3

Crate for easy serializing json maps from sequense of pairs
Documentation
[package]
name = "json_map_serializer"
description = "Crate for easy serializing json maps from sequense of pairs"
version = "0.1.3"
edition = "2021"

categories = ["accessibility"]
keywords = ["serde", "json", "serialize", "map", "pairs"]

repository = "https://github.com/Trard/json_map_serializer"
documentation = "https://docs.rs/json_map_serializer"
readme = "README.md"

authors = ["Trard"]
license = "MIT"

[dependencies]
impl_serialize = "3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.32"