Skip to content

Releases: cosmo-ray/json-search

0.3.1

20 Jun 06:25
Compare
Choose a tag to compare

Fix -l, not printing good path with keys.

0.3

19 Jun 20:37
Compare
Choose a tag to compare
0.3
  • -l option now print json path, in a format similar to jq. (example: .example[0].path[3])
  • rework -h messages (remove unimplemented option and better brief message)
  • fix -V not looking in array sub elems
  • new -n option to print "null\n" instead of "nothing found", to have a result similar to jq

Full Changelog: 0.2...0.3

0.2: Merge pull request #4 from outscale-mgo/master

11 May 15:38
ec28ec8
Compare
Choose a tag to compare
  • add -K option to print only objects keys
  • add -M option to limit the number of result

0.1: Merge pull request #2 from outscale-mgo/master

20 May 18:06
023d0e7
Compare
Choose a tag to compare