Skip to content

two features#19

Merged
ajg merged 4 commits intoajg:masterfrom
godblesshugh:master
Mar 23, 2020
Merged

two features#19
ajg merged 4 commits intoajg:masterfrom
godblesshugh:master

Conversation

@godblesshugh
Copy link
Contributor

EncodeToString, remain 'null' value:

{“test1”: 0, “test2”: false} EncodeToString
from
test1=&test2=
change to
test1=0&test2=false

fieldInfo: using 'json' tag as second choice:
using 'form' as default tag, using 'json' tag when there's no 'form' tag.

{“test1”: 0, “test2”: false} EncodeToString
need to
test1=0&test2=false
not
test1=&test2=
@dcu
Copy link

dcu commented Mar 16, 2020

any chance to merge this one?

@ajg ajg merged commit 9aeb3cf into ajg:master Mar 23, 2020
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.

3 participants