imabp / qsfy

Yet another query stringifier for placing objects in URLs !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What it does?

{
	"a": "b"
}

URL Friendly Format-> https://someexample.com/object?a=b

{
	"a": {
		"b" : "c"
	}
}

URL Friendly Format-> https://example.com/object?a[b]=c

{
	"a": {
		"b" :  {
				"c" : "d"
			}
		}
}

URL Friendly Format-> https://example.com/object?a[b][c]=d

About

Yet another query stringifier for placing objects in URLs !


Languages

Language:TypeScript 100.0%