1.3.25 • Published 6 months ago

@kikobeats/jsonsort v1.3.25

Weekly downloads
26
License
MIT
Repository
github
Last release
6 months ago

@kikobeats/jsonsort

Last version Build Status NPM Status

Sort an object or a collection of objects based on a criteria.

Install

$ npm install @kikobeats/jsonsort --global

CLI

$ jsonsort <file>[flags]

Flags
  --criteria  Specify the criteria to sort. It can be a key name or fat arrow function.
  --quiet     Avoid print output
  --save      Write the output back. If a path is specified, it will be used over the original

Examples
  $ jsonsort file.json # Just output a sorted json
  $ jsonsort file.json --criteria name # Sort an array of objects based on alphabetical `name` value.
  $ jsonsort file.json --criteria 'x => x.featured' # Passing a function as criteria.
  $ jsonsort file.json --criteria name --save # Sort and save the result.
  $ jsonsort file.json --criteria name --save # Sort, save but dont print result.

It's easy to complement with others UNIX commands, like jq:

jq .redirects now.json | jsonsort --criteria source

License

jsonsort © Kiko Beats, released under the MIT License. Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

1.3.24

8 months ago

1.3.25

6 months ago

1.3.23

2 years ago

1.3.21

2 years ago

1.3.22

2 years ago

1.3.20

2 years ago

1.3.18

2 years ago

1.3.19

2 years ago

1.3.17

3 years ago

1.3.16

3 years ago

1.3.15

3 years ago

1.3.14

3 years ago

1.3.13

4 years ago

1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.7

4 years ago

1.3.8

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago