Skip to content

Commit 605cbd3

Browse files
lixingwangFrank Martinez
authored and
Frank Martinez
committed
Updated description base on description
1 parent 455c20e commit 605cbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function/json/descriptor.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"functions": [
99
{
1010
"name": "path",
11-
"description": "Using JSONPath expression to get value from JSON data, Please refer to https://github.com/oliveagle/jsonpath to get more details of the JSONPath expression format",
11+
"description": "Use JSONPath expression to get value from JSON object. Refer https://github.com/oliveagle/jsonpath for expression format.",
1212
"example": "json.path(\"$.key\",$activity[xxx].data) => value",
1313
"args": [
1414
{

0 commit comments

Comments
 (0)