jsonmap 0.1.2

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
15
16
[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["wandercn<wander@email.cn>"]
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
description = "JsonMap for store values of multiple types value in one Map."
edition = "2018"
homepage = "https://github.com/wandercn/jsonmap"
keywords = ["hashmap", "jsonmap", "map", "gomap", "json"]
license = "GPL-3.0-or-later"
name = "jsonmap"
readme = "README.md"
repository = "https://github.com/wandercn/jsonmap"
version = "0.1.2"