package
1.0.1
Repository: https://github.com/gobs/cmd.git
Documentation: pkg.go.dev

# README

json plugin

The json plugin add some json-related commands to the command loop.

The new commands are:

  • json : creates a json object out of key/value pairs or lists
  • jsonpath : parses a json object and extract specified fields
  • format : pretty-print specified json object

# Functions

Function PrintJson prints the specified object formatted as a JSON object.
Function StringJson return the specified object as a JSON string.

# Variables

No description provided by the author