JSON Actions enable you to manipulate and manage JSON data.
Parameter | Description |
---|---|
Existing JSON List Or Object | The JSON list or object to which the new object will be appended. Note that nested keys are only applicable to JSON objects, not lists. If the existing JSON is a list, direct appending to the end of the list is used. Also, ensure that the nested key provided points to an existing JSON list inside the JSON object. |
JSON Object To Append | The object data to append. |
Nested Object Key | The nested object key to append the data to. This parameter can only be used when the existing JSON is an object. |
Parameter | Description |
---|---|
Existing JSON List Or Object | The JSON list or object from which the object will be removed. Note that nested keys are only applicable to JSON objects, not lists. Also, ensure that the nested key provided points to an existing JSON list inside the JSON object. |
JSON Object To Remove | The concrete object to remove. Ensure that the provided object is equal to the desired object to remove. |
Nested Object Key | The nested object key to remove the data from. This parameter can only be used when the existing JSON is an object. |
Parameter | Description |
---|---|
JSON Object | JSON object to convert to the CSV format. |
Parameter | Description |
---|---|
YAML Content | The YAML string which will be converted to JSON. |
Parameter | Description |
---|---|
JSON Content | The JSON string which will be converted to YAML. |
Parameter | Description |
---|---|
Sub | The subject identifier for whom this token is being created. |
Name | The human-readable name associated with the subject. |
Issued At Time (IAT) | The timestamp when this token was issued. |
Parameter | Description |
---|---|
JWT | The complete JSON Web Token (JWT) string to be decoded. |