JSON Set Bool Field

Callable
JsonSetBoolField

Sets or replaces a boolean field in a JSON object.

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

Inputs

NameTypeDefaultDescription
JsonObjectStringJsonObject parameter
KeyStringKey parameter
ValueBooleanValue parameter

Outputs

NameTypeDescription
OutJsonStringOutJson output
Return ValueBooleanReturn Value output

Example Use Cases

Example 1

Toggle a "completed" flag in a quest JSON record.