You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JsonFormat produces {]}} if there are no results.
To Reproduce
Steps to reproduce the behavior:
Just use any query (e.g. "SELECT * WHERE { ?s ?p ?o }")) to a dataset with no data and apply the JsonFormat.
Expected behavior
It would ideally produce the expected W3C formatted result, however I realise that you can't produce the bindings with the current set up as the first result is used, but it would be good if it would at least be valid JSON so the JSON.parse doesn't throw.
The text was updated successfully, but these errors were encountered:
Describe the bug
The JsonFormat produces
{]}}
if there are no results.To Reproduce
Steps to reproduce the behavior:
Just use any query (e.g.
"SELECT * WHERE { ?s ?p ?o }")
) to a dataset with no data and apply the JsonFormat.Expected behavior
It would ideally produce the expected W3C formatted result, however I realise that you can't produce the bindings with the current set up as the first result is used, but it would be good if it would at least be valid JSON so the JSON.parse doesn't throw.
The text was updated successfully, but these errors were encountered: