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
Key—REQUIRED
The key you want to add to the JSON object (becomes optional if you set a default key in the parameters)
Value—REQUIRED
The value you want to add to the JSON object.
Output
JSON Element
The JSON object with the key and value added.