nparse
v1.0.3
Published
A native CLI tool created to read and parse JSON files to stdout
Downloads
13
Maintainers
Readme
NPARSE!
This module is created as a CLI tool for parsing values from json - files (my use-case was having a cli-tool that can do this for CI jobs)
USAGE:
nparse -f relative-path-to-JSON "1st-level>2nd-level>3rd-level..."
nparse -a absolute-path-to-JSON "1st-level"
License: MIT