Skip to content

Commit

Permalink
added link to jsonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter authored Jan 27, 2021
1 parent 8df41bc commit 0a0346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Skill_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ eol

This will call the loklak search API and gets back a big list of tweets from the given query in $1$. That list is somewhere inside the
answer json of the API call, and we must tell SUSI where it can find that list. This hint is given in the attribute 'path' which has
the syntax of a JSONPath. Here, the statuses object contains a list of objects, which always contains the same attribute keys.
the syntax of a JSONPath (see: https://goessner.net/articles/JsonPath/ ) Here, the statuses object contains a list of objects, which always contains the same attribute keys.
One of these attributes has the name 'text' and that attribute is selected with the $text$ pattern.
Note that the bang definition part until the eol line must be given in JSON.

Expand Down

0 comments on commit 0a0346a

Please sign in to comment.