Skip to content
/ convA2J Public

application/x-www-form-urlencoded converter

Notifications You must be signed in to change notification settings

mntky/convA2J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

convA2J


type application/x-www-form-urlencoded convert to JSON

Setting

go get -u github.com/mntky/convA2J/pkg

import "github.com/mntky/convA2J/pkg"

test := test1=a&test2=b&test3=c&test4=d
resp := conv.Convert(test)

fmt.Println(resp)
//
{"test1":"a","test2":"b","test3":"c","test4":"d"}

About

application/x-www-form-urlencoded converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages