Edit Structured
Only used for Structured Text blocks


- Purpose: Modify JSON-based structured data.
- Input: Structured block to be edited.
- Output: Structured block.
- Config Operation Mode:
-
get ↗: Get the item value corresponds to the specified key or index, support nested key path.
-
replace ↗: Navigate to the path specified and replace/update the item with new value.
-
delete ↗: Navigate to the path specified and delete the item value.
-
get all keys ↗: Get all keys of the strucutred block content.
-
get all values ↗: Get all values of the strucutred block content.
-