grlc icon indicating copy to clipboard operation
grlc copied to clipboard

Documenting JSON queries

Open c-martinez opened this issue 1 year ago • 2 comments

Because we use SPARQLTransformer, it is possible to express queries in JSON format. However, this functionality is not very well documented. We should improve the documentation to better communicate this functionality and provide some examples.

At the same time, it would be good to add tests to check JSON queries are properly handled and that JSON files which are NOT queries are safely ignored.

c-martinez avatar Jul 09 '24 19:07 c-martinez

The second part of this

add tests to check JSON queries are properly handled and that JSON files which are NOT queries are safely ignored.

is covered by #487

c-martinez avatar Aug 19 '24 19:08 c-martinez

An example query has been created in the queries repo

c-martinez avatar Aug 19 '24 20:08 c-martinez