Filters a JSON array file by a regex applied to each item's stringified form. Matching items are written to -grep.json in destDir.
Input JSON array file.
Destination directory for grep result file.
Regular expression used to match items.
Filters a JSON array file by a regex applied to each item's stringified form. Matching items are written to-grep.json in destDir.