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
| Content | Optional `string` input/output parameter.<br/>Specifies the JSON input as a string and contains the updated<br/>JSON after successful task execution. |
106
-
| ContentPath | Optional `ITaskItem` parameter.<br/>Specifies the JSON input as a file path. |
107
-
| Query | Required `string` parameter.<br/>Specifies the [JSONPath](https://goessner.net/articles/JsonPath/) expression. |
108
-
| Value | Optional `ITaskItem[]` parameter.<br/>Specifies the value(s) to be inserted into the specified path. |
109
-
| RawValue | Optional `string` parameter.<br/>Specifies the raw (JSON) value to be inserted into the specified path. |
| Content | Optional `string` input/output parameter.<br/>Specifies the JSON input as a string and contains the updated<br/>JSON after successful task execution. |
105
+
| ContentPath | Optional `ITaskItem` parameter.<br/>Specifies the JSON input as a file path. |
106
+
| Query | Required `string` parameter.<br/>Specifies the [JSONPath](https://goessner.net/articles/JsonPath/) expression. |
107
+
| Value | Optional `ITaskItem[]` parameter.<br/>Specifies the value(s) to be inserted into the specified path. |
108
+
| RawValue | Optional `string` parameter.<br/>Specifies the raw (JSON) value to be inserted into the specified path. |
110
109
111
110
You must either provide the path to a JSON file via `ContentPath` or
112
111
raw JSON content via `Content`.
@@ -236,7 +235,6 @@ The modified JSON nodes can be assigned to an item name using the `Result` task
236
235
and will contain the item path (matching the `Query` plus the index if multiple nodes were modified)
237
236
as well as the `Value` item metadata containing the raw JSON that was written.
| Content | Optional `string` input/output parameter.<br/>Specifies the JSON input as a string and contains the updated <br/>JSON after successful task execution. |
19
-
| ContentPath | Optional `ITaskItem` parameter.<br/>Specifies the JSON input as a file path. |
20
-
| Query | Required `string` parameter.<br/>Specifies the [JSONPath](https://goessner.net/articles/JsonPath/) expression. |
21
-
| Value | Optional `ITaskItem[]` parameter.<br/>Specifies the value(s) to be inserted into the specified path. |
22
-
| RawValue | Optional `string` parameter.<br/>Specifies the raw (JSON) value to be inserted into the specified path. |
23
-
24
14
You must either provide the path to a JSON file via `ContentPath` or
25
15
raw JSON content via `Content`.
26
16
@@ -149,6 +139,16 @@ The modified JSON nodes can be assigned to an item name using the `Result` task
149
139
and will contain the item path (matching the `Query` plus the index if multiple nodes were modified)
150
140
as well as the `Value` item metadata containing the raw JSON that was written.
| Content | Optional `string` input/output parameter.<br/>Specifies the JSON input as a string and contains the updated <br/>JSON after successful task execution. |
147
+
| ContentPath | Optional `ITaskItem` parameter.<br/>Specifies the JSON input as a file path. |
148
+
| Query | Required `string` parameter.<br/>Specifies the [JSONPath](https://goessner.net/articles/JsonPath/) expression. |
149
+
| Value | Optional `ITaskItem[]` parameter.<br/>Specifies the value(s) to be inserted into the specified path. |
150
+
| RawValue | Optional `string` parameter.<br/>Specifies the raw (JSON) value to be inserted into the specified path. |
0 commit comments