From 0a0346ad560bf3f3530119d81dc8030d18736a30 Mon Sep 17 00:00:00 2001 From: Michael Christen Date: Wed, 27 Jan 2021 11:05:42 +0100 Subject: [PATCH] added link to jsonpath --- docs/Skill_Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Skill_Tutorial.md b/docs/Skill_Tutorial.md index e2b883b802..17b2263922 100644 --- a/docs/Skill_Tutorial.md +++ b/docs/Skill_Tutorial.md @@ -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.