I can't speak to JENA-632 but if all you want to do is query and get
results back in *a* JSON format, rather than constructing some custom
format, then can't you use the standard application/sparql-results+json?
As in: http://www.w3.org/TR/rdf-sparql-json-res/
Dave
On 14/09/14 06:15, Bruno P. Kinoshita wrote:
Hi all,
What's the current status of JENA-632? I see it is unresolved/open/unassigned
but there are some comments there, it is well voted and many users are
participating.
I'm writing an application on top of Jena for a customer. The interface is
built with Semantic-UI and Backbone.JS, in PHP.
So far I have accessed Jena only via its SPARQL endpoint, but it would
definitely be a lot easier to receive the data formatted as JSON.
If there is nobody working on it ATM I'd like to spend some hours toying with
the code and some license-compatible libraries to produce a patch. Or if
someone would like to join, or has any suggestions :)
Thank you in advance!
Bruno