json-value-extractor
v1.2.0
Published
extract all values for a specific key in a json array
Downloads
11
Readme
JSON-VALUE-EXTRACTOR
npm i -g json-value-extractor
how to use
in the command line run
jextract-arr <seedData> <key to extract> <name of the file to write into>
in the dir you are currently in jextract-arr will create a .json file and write an array with all values from a specific key in an array of json objects