Skip to content

rudSarkar/httparam2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

httparam2json

Install:

go install https://github.com/rudSarkar/httparam2json@latest

Usage:

$ httparam2json "fname=firstname&lname=lastname" | jq
{
  "fname": "firstname",
  "lname": "lastname"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages