File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ npm i json-to-http-query-string --save
9
9
Use within your application with the following line of JavaScript:
10
10
``` js
11
11
const jsonToQuery = require (' json-to-http-query-string' );
12
+ // or
13
+ // import jsonToQuery from 'json-to-http-query-string'
12
14
13
15
jsonToQuery ({
14
16
foo: " hi" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-to-http-query-string" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Convert JSON to HTTP Query string" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
13
13
"keywords" : [
14
14
" json" ,
15
15
" http" ,
16
+ " https" ,
17
+ " convert" ,
18
+ " converter" ,
16
19
" request" ,
17
20
" data" ,
18
21
" url" ,
19
22
" website" ,
20
23
" ajax" ,
21
24
" fetch" ,
22
- " request" ,
23
- " http"
25
+ " query"
24
26
],
25
27
"author" : " Maxim Boyanov" ,
26
28
"license" : " ISC" ,
You can’t perform that action at this time.
0 commit comments