actions-marketplace-validations/Object filter from JSON to JSON
Github Action Utility to filtering and mapping object
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| json | JSON format of the Array type. ex) json: toJSON([...matrix...]) | yes | — |
| filter | Filter function body with input argument. ex) filter: return input.name | yes | — |
Outputs
| name | description |
|---|---|
| json | filtered json output as a string |
| escaped-json | filtered json output as a double-quote escaped string |