Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/114#discussion_r175912074
--- Diff: jena-arq/src/main/java/org/apache/jena/query/Query.java ---
@@ -515,6 +519,14 @@ public void addHavingCondition(Expr expr)
havingExprs.add(expr) ;
}
+ // SELECT JSON
+
+ public Map<String, Object> jsonMapping = new LinkedHashMap<>();
--- End diff --
I can't find any use of `jsonMapping` except serialization which would
explain the lack of fields noted above.---
