File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ npm i json-to-http-query-string --save
99Use within your application with the following line of JavaScript:
1010``` js
1111const jsonToQuery = require (' json-to-http-query-string' );
12+ // or
13+ // import jsonToQuery from 'json-to-http-query-string'
1214
1315jsonToQuery ({
1416 foo: " hi" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " json-to-http-query-string" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " Convert JSON to HTTP Query string" ,
55 "main" : " index.js" ,
66 "scripts" : {
1313 "keywords" : [
1414 " json" ,
1515 " http" ,
16+ " https" ,
17+ " convert" ,
18+ " converter" ,
1619 " request" ,
1720 " data" ,
1821 " url" ,
1922 " website" ,
2023 " ajax" ,
2124 " fetch" ,
22- " request" ,
23- " http"
25+ " query"
2426 ],
2527 "author" : " Maxim Boyanov" ,
2628 "license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments