pjvds/JSON Escape
Escape JSON strings by removing or encoding traces of special characters that could prevent parsing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| value | The input to escape | yes | — |
| repeat | The number of times to repeat the escaping (string|number) | no | false |
Outputs
| name | description |
|---|---|
| value | The escaped input |