benday-inc/Set property string value in a json file
Set property string value in a json file (ex. appsettings.json)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pathToSettingsFile | Path to the json file to edit (appsettings.json) | yes | appsettings.json |
| keyname1 | The name of the first level property in the json hierarchy. | yes | — |
| keyname2 | [optional] The name of the second level property in the json hierarchy. | no | — |
| keyname3 | [optional] The name of the third level property in the json hierarchy. | no | — |
| valueToSet | value for the connection string | yes | "" |
Outputs
no outputs