JSON Set Number Field
CallableJsonSetNumberFieldSets or replaces a numeric field in a JSON object.
Type: Callable (has execution pins)
Category: Fortuna|JSON
Keywords: json
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| JsonObject | String | — | JsonObject parameter |
| Key | String | — | Key parameter |
| Value | Float | — | Value parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| OutJson | String | OutJson output |
| Return Value | Boolean | Return Value output |
Example Use Cases
Example 1
Patch a "score" value in an existing JSON save string.