Skip to main content

JSON key and value

Add a key and value to a JSON object

Parameters

Default key

The default key you want to add to the JSON object if the input key is not provided.

Input

KeyREQUIRED

The key you want to add to the JSON object (becomes optional if you set a default key in the parameters)

ValueREQUIRED

The value you want to add to the JSON object.

Output

JSON Element

The JSON object with the key and value added.