JSON Remove Field
CallableJsonRemoveFieldRemoves a top-level field from a JSON object string.
Type: Callable (has execution pins)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| Key | String | — | Key parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutJson | String | OutJson output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Strip a "password" field before logging JSON for debugging.