Skip to main content

JSON: Add value

Add a value to a JSON object

Parameters

KeyREQUIRED
The key to add the value to.

Input

AnyREQUIRED
Any value you can add to a JSON object.

Output

JSON Element
The JSON object with the added value.