Skip to content

A CLI tool for handling JSON, meant as a complement to jq

Notifications You must be signed in to change notification settings

scottgreenup/json-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-util

GoDoc Build Status

Example Usage

$ ju find -k ID example.json
.glossary.GlossDiv.GlossList.GlossEntry.ID

Help

A utility to handle JSON.

Usage:
  ju [command]

Available Commands:
  find        Find the JSON path to bits of the JSON blob
  help        Help about any command

Flags:
      --config string   config file (default is $HOME/.ju.yaml)
  -h, --help            help for ju
  -t, --toggle          Help message for toggle

Use "ju [command] --help" for more information about a command.