feat: use canonical TOML path strings
This commit is contained in:
+12
-12
@@ -63,18 +63,18 @@ Typical entry points:
|
||||
|
||||
```json
|
||||
{
|
||||
"input": [
|
||||
{
|
||||
"target": { "root": "local", "parts": ["text"] },
|
||||
"path": { "root": "input", "parts": ["text"] }
|
||||
}
|
||||
],
|
||||
"output": [
|
||||
{
|
||||
"source": { "root": "local", "parts": ["echoed"] },
|
||||
"target": { "root": "state", "parts": ["echoed"] }
|
||||
}
|
||||
]
|
||||
"input": [
|
||||
{
|
||||
"target": "text",
|
||||
"path": "input.text"
|
||||
}
|
||||
],
|
||||
"output": [
|
||||
{
|
||||
"source": "echoed",
|
||||
"target": "state.echoed"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user