Skip to content

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

Open
icbd wants to merge 1 commit intospf13:masterfrom
icbd:feat/update_json
Open

feat(ToStringMapStringE): Add support for non string JOSN value#104
icbd wants to merge 1 commit intospf13:masterfrom
icbd:feat/update_json

Conversation

@icbd
Copy link

@icbd icbd commented Oct 10, 2020

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"}

@CLAassistant
Copy link

CLAassistant commented Oct 10, 2020

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants