Commit ce23a57
authored
This flow action is a JSON property accessor. It takes in a JSON object (either already parsed or as a string) and lets you extract a value from it using a property path. The property path can be a simple dot walk like user.name or something more complex with array indexes like user[4].name. (#22)
1 parent 7b46e8c commit ce23a57
File tree
3 files changed
+3093
-2
lines changed- b812ceb69337a210633378917cba10bc
- update
3 files changed
+3093
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments