yakubique/JSON Utils

A collection of handy utilities for working with JSON in GitHub Actions, making it easier to manipulate JSON data.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
inputJSON string/Value from other actionyes
secondarySecondary JSON string/Value from other action (useful for some actions)
actionWhat to do with input JSON (available: "diff", "get", "pick", "sort", "concat", "chunk", "none")yes
typeType of input data `["flat-json", "nested-json"]` (default: "flat-json")flat-json
keyIf `type="nested-json"` - which key should be used
modifierSuitable modifier for performed action (ex: 'ASC'/'DESC' for 'sort')
from_fileLoad input from file (applied to secondary too)false
to_fileOutput to filefalse
space`space` parameter to JSON.stringify as a number
namedescription
resultProcessed JSON