jsonminify command

Summary

Minifies a JSON file

Description

This command parses the JSON file to minify it. It can be wrapped and saved to output file using the command-line redirection.

Command usage

  • jsonminify <jsonfile>

Examples

  • jsonminify metadata.json: Minifies the json metadata file

Last updated