gorgbus/edit-json-string
edit json strings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| json_string | string you want to edit | yes | — |
| field | name of the field you want to edit/add | yes | — |
| value | value of the selected field | yes | — |
| split_char | character that will be used to split up nested fields in field input - defaults to '.' | — | — |
Outputs
| name | description |
|---|---|
| content | new edited json string |