The easiest way to build query strings
-
Updated
Nov 14, 2019 - TypeScript
The easiest way to build query strings
Javascript functions: one takes in key : value pairs (a literal object) and returns a url-encoded query string. The other takes a url-encoded query string and returns an object.
Add a description, image, and links to the query-string-builder topic page so that developers can more easily learn about it.
To associate your repository with the query-string-builder topic, visit your repo's landing page and select "manage topics."