fiddlermikey/Assign From JSON
Assign Variable from JSON Value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-file | JSON data file to read | yes | — |
| input-property | Root-level or nested property using dot notation | yes | package.json |
| required-value | Fail if not found | no | true |
Outputs
| name | description |
|---|---|
| output-property | The value of input-property |
| output-value | The value of the json object property passed as input-property |