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
Extract one or more values from a JSON API using [JSON Path](https://goessner.net/articles/JsonPath/). Each path results in a field in the query result. All fields need to be of the same length.
11
+
12
+
The field name defaults to the name of the property referenced by the JSON Path but can be set to an **Alias**.
13
+
14
+
The **Cache Time** determines the time in seconds to save the API response.
0 commit comments