Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 771 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 771 Bytes

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.