Skip to content

Instantly share code, notes, and snippets.

@ahmehri
Created August 9, 2018 16:43
Show Gist options
  • Save ahmehri/df7e103b47dfbc1859fdc96c6902b34f to your computer and use it in GitHub Desktop.
Save ahmehri/df7e103b47dfbc1859fdc96c6902b34f to your computer and use it in GitHub Desktop.
const queryString = require('query-string');
const result = queryString.stringify({
status: 'ready',
page: 0,
filterByQuery: 'filter',
})
result
// spaces (query-string ensures that the query string in URL encoded)
console.log(queryString.stringify({ name: 'Ahmed Mehri'}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment