Skip to content

Commit

Permalink
() doc and package updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoley committed Dec 28, 2011
1 parent 95b50dc commit 85e0280
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ any number of fields can be specified to be printed from each json object.
by default the structure of the original json object is maintained, however options
like -e and foo=bar allow for transforming object structure.

To remove a certain key, assign it to undefined.
to remove a particular key, assign it to undefined using the -e flag.

## Standard Input Formats

Expand Down
2 changes: 2 additions & 0 deletions man/json.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ print debugging output including exception messages.
specify the path to an array to be iterated on.
.IP "new.key=old_key.in_object"
specify a new location for an existing value to be output in the final object.
.IP -a
input object is an array, process each element separately
.IP "-c js conditional"
specify a conditional that determines whether an object is printed.
.IP "-C"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ "name": "json"
, "version": "0.0.8"
, "version": "0.0.9"
, "engines": [ "node >=0.4.0" ]
, "description": "JSON command line processing toolkit."
, "author": "Zachary Poley <zpoley@gmail.com> (http://zpoley.net)"
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)" ]
, "contributors": [ "Isaac Schlueter <i@izs.me> (http://blog.izs.me)", "Andrey Tarantsov <andreyvit@gmail.com> (http://www.tarantsov.com/)" ]
, "keywords" : [ "json", "command", "shell" ]
, "man" : "./man/json.1"
, "repository":
Expand Down

0 comments on commit 85e0280

Please sign in to comment.