actions-marketplace-validations/Json Property Reader
Read the property of a json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path of the json to be read. | yes | — |
| property | The property to be read. | yes | — |
| encoding | The encoding of the file. | no | utf8 |
Outputs
| name | description |
|---|---|
| contents | The json contents. |
| value | The value of the property. |