Skip to content
/ qsfy Public

Yet another query stringifier for placing objects in URLs !

Notifications You must be signed in to change notification settings

imabp/qsfy

Repository files navigation

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 !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published