Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StringMapE support JSON for []byte #5

Merged
merged 2 commits into from
Jan 5, 2022
Merged

StringMapE support JSON for []byte #5

merged 2 commits into from
Jan 5, 2022

Conversation

shockerli
Copy link
Owner

  • StringMapE support JSON for []byte
cvt.StringMapE([]byte(`{"name":"cvt","build":true}`))
cvt.StringMapE(AliasTypeString(`{"name":"cvt","build":true}`))
cvt.StringMapE(AliasTypeBytes(`{"name":"cvt","build":true}`))
  • add 4 unit test case for int*
cvt.IntE("00100") // 100
cvt.IntE("-00100") // -100
cvt.IntE("00100.00") // 100
cvt.IntE("-00100.01") // -100

@shockerli shockerli added the enhancement New feature or request label Jan 5, 2022
@shockerli shockerli self-assigned this Jan 5, 2022
@shockerli shockerli merged commit 0ba7150 into master Jan 5, 2022
@shockerli shockerli deleted the feat-new-func branch October 20, 2022 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant