jsonmap 0.1.1

JsonMap for store values of multiple types value in one Map.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "jsonmap"
version = "0.1.1"
edition = "2018"
license = "GPL-3.0-or-later"
authors = ["wandercn<wander@email.cn>"]
description = "JsonMap for store values of multiple types value in one Map."
homepage = "https://github.com/wandercn/jsonmap"
repository = "https://github.com/wandercn/jsonmap"
keywords = ["hashmap", "jsonmap", "map", "gomap", "json"]
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }