nickofthyme/Object remapping from JSON to JSON
Simple utility to remap keys, join or create JSON object values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| __depth | Depth of final returned object | no | 0 |
| __case | Casing of object keys | no | "camel" |
| __deep_casing | Apply casing to only top level input paths | no | false |
Outputs
| name | description |
|---|---|
| json | remapped json output as a string |