File: default_manpage.md

package info (click to toggle)
jq 1.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,216 kB
  • sloc: ansic: 9,370; yacc: 588; lex: 175; makefile: 95; sh: 56; python: 21
file content (22 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
jq(1) -- Command-line JSON processor
====================================

## DESCRIPTION

`jq` can transform JSON in various ways, by selecting, iterating,
reducing and otherwise mangling JSON documents. 

This version of `jq` was built without a manual, so this manpage is a
stub. For full documentation of the `jq` language, see:

    http://stedolan.github.com/jq
    
## BUGS

Presumably. Report them or discuss them at:

    https://github.com/stedolan/jq/issues

## AUTHOR

Stephen Dolan `<mu@netsoc.tcd.ie>`