Skip to content

A command line JSON processor in Go.

License

Notifications You must be signed in to change notification settings

amitkr0201/jq-in-go

Repository files navigation

JQ in Go

A command line JSON processor in Go. Trying to replicate stedolan/jq in Go and learning along.

BUILDS: CircleCI Build Status
Code Mertics: codecov BCH compliance CodeFactor Go Report Card
Docker Metrics:

Usage

  jq-in-go '<selector>' <input-json-file> [flags]

Examples:

jq-in-go -c '.' ~/input.json

Flags:

  -c, --compact   Print JSON in compact
  -h, --help      help for jq-in-go
      --version   version for jq-in-go

Build

go get -u github.com/spf13/cobra/cobra
go build -o jqingo main.go

About

A command line JSON processor in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages