You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Load JSON string in a non-strict mode to allow unescaped control characters to be correctly escaped before passing them on to actions that require it.",
"draft_mode": false,
"inputs": [
{
"contains_type": [],
"description": "String in JSON format with possible unescaped control characters.",
"input_type": "item",
"name": "json_input",
"placeholder": ""
}
],
"outputs": [
{
"contains_type": [],
"data_path": "json_output",
"description": "JSON-serializable string with correctly escaped control characters."