qsfy
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i qsfy

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.38 kB

Total Files

4

Last publish

Collaborators

  • imabp