File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- # json-key -sort
2
+ # json-keys -sort
3
3
4
4
> Sorting a json object based on keys either ascending or descending & even recursively
5
5
8
8
> Note : focus on ** keys** not values
9
9
10
10
~~~~
11
- const json = require('json-key -sort');
11
+ const json = require('json-keys -sort');
12
12
var data = {
13
13
"zoho": 4,
14
14
"drake": 2,
@@ -54,7 +54,7 @@ Output will be -
54
54
55
55
### Versions
56
56
57
- + ` v0.9 .0`
57
+ + ` v1.0 .0`
58
58
+ Initial release - containing basic `sort` function only.
59
59
60
60
> Pull requests are always welcomed (kindly sign commits with GPG keys. ** THANKS** )
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " json-key -sort" ,
3
- "version" : " 0.9 .0" ,
2
+ "name" : " json-keys -sort" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Sorting a json object based on keys either ascending or descending & even recursively" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/DawnImpulse/json-key -sort-js.git"
8
+ "url" : " https://github.com/DawnImpulse/json-keys -sort-js.git"
9
9
},
10
10
"keywords" : [
11
11
" json" ,
You can’t perform that action at this time.
0 commit comments