cast icon indicating copy to clipboard operation
cast copied to clipboard

feat(ToStringMapStringE): Add support for non string JOSN value

Open icbd opened this issue 4 years ago • 1 comments

we can use ToStringMapString convert

`{"key 1": "100", "key 2": -200, "key 3": 3.1415926}`

to

map[string]string{"key 1": "100", "key 2": "-200", "key 3": "3.1415926"}

icbd avatar Oct 10 '20 03:10 icbd

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 10 '20 03:10 CLAassistant