add json.decode processor

This commit is contained in:
Joel Wetzell
2026-02-08 21:13:34 -06:00
parent 28e3c99ad8
commit e06c4195c7
3 changed files with 106 additions and 0 deletions

View File

@@ -277,6 +277,17 @@
}
}
},
{
"type": "object",
"properties": {
"type": {
"type": "string",
"const": "json.decode"
}
},
"required": ["type"],
"additionalProperties": false
},
{
"type": "object",
"properties": {