yakubique/Filter JSON

GitHub Action filters JSON values based on predefined criteria, extracting and retaining desired values.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputJSON to filteryes
typeType of input data `["flat-json", "nested-json"]` (default: "flat-json")flat-json
keyIf `type="nested-json"` - which key should be used
valuesValues to filter from JSON, comma separatedyes
from_fileGet JSON from filefalse
to_fileOutput to JSON file
namedescription
resultInput JSON minus `values` (JSON or filepath, depends on `to_file`)