Examples (7)
Output a schema of JSON or JSON Lines data from `stdin` to `stdout` (useful for grep)
Output all elements from arrays (or all the values from objects) in JSON or JSON-Lines data from `stdin` to `stdout`
Output the first element in JSON or JSON-Lines data from `stdin` to `stdout`
Output the value of a given key of each element in JSON or JSON-Lines data from `stdin` to `stdout`
Output the value of multiple keys as a new JSON object (assuming the input JSON has the keys `key_name1` and `key_name2`)
made by @shridhargupta | data from tldr-pages