challenge-cli-01
v1.0.5
Published
CLI to parse JSON files and obtain information.
Downloads
3
Readme
Analisador de JSON em Linha de Comando
This is a CLI whose objective is to analyze files and obtain information from a JSON file.
Install
npm install -g challenge-cli-01Commands
json-analyzer <file> --filter <key>: Filters and displays the values associated with the given key on all objects in the JSON file.
json-analyzer <file> --count: Returns the total number of objects in JSON.
json-analyzer <file> --summary: Displays a summary with the total number of objects and keys present.