Skip to content

Commit

Permalink
docs: update the description of the JSON Query language
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 24, 2024
1 parent 455ad55 commit 8359816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/plugins/query/jsonQueryLanguage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const description = `
Enter a <a href="https://jsonquerylang.org" target="_blank"
rel="noopener noreferrer">jsonquery</a> function to filter, sort, or transform the data.
You can use functions like <code>get</code>, <code>filter</code>,
<code>sort</code>, <code>pick</code>, <code>groupBy</code>, <code>uniq</code>, etcetera. Example query: <code>["filter",["age",">=",18]]</code>
<code>sort</code>, <code>pick</code>, <code>groupBy</code>, <code>uniq</code>, etcetera.
Example query: <code>filter(.age >= 18)</code>
</p>
`

Expand Down

0 comments on commit 8359816

Please sign in to comment.