JSON Remove Field

Callable
JsonRemoveField

Removes a top-level field from a JSON object string.

Type: Callable (has execution pins)
Category: Fortuna|JSON
Keywords: json

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter
KeyStringKey parameter

Outputs

NameTypeDescription
OutJsonStringOutJson output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Strip a "password" field before logging JSON for debugging.