[
https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14327613#comment-14327613
]
Bruno P. Kinoshita commented on JENA-632:
-----------------------------------------
Hi again,
Here's the updated code
https://github.com/kinow/jena/commit/7b3b10134f4201314d5f6c6103a595181e82f997
I noticed that I have been updating several imports (Eclipse auto-removes the
space before the {{;}}). I'll try to fix it before preparing the code for a
merge.
Here's how I used the {{JSWriter}}
https://github.com/kinow/jena/commit/7b3b10134f4201314d5f6c6103a595181e82f997#diff-c42503247148fd09663639cb9df2e641R693
And here's the new output:
{noformat}
[ {
"author" : "J.K. Rowling" ,
"title" : "Harry Potter and the Order of the Phoenix"
}
{
"author" : "J.K. Rowling" ,
"title" : "Harry Potter and the Philosopher's Stone"
}
{
"author" : "J.K. Rowling" ,
"title" : "Harry Potter and the Half-Blood Prince"
}
{
"author" : "J.K. Rowling" ,
"title" : "Harry Potter and the Deathly Hallows"
}
]
{noformat}
> Generate JSON from SPARQL directly.
> -----------------------------------
>
> Key: JENA-632
> URL: https://issues.apache.org/jira/browse/JENA-632
> Project: Apache Jena
> Issue Type: Improvement
> Components: ARQ, Fuseki
> Reporter: Andy Seaborne
> Priority: Minor
> Labels: java, javacc
>
> The capability to generate JSON directly from a SPARQL (or extended SPARQL)
> query would enable the creation of JSON data API over published linked data.
> This project would cover:
> # Design and publication of a design.
> # Refinement of design based on community feed
> # Implementation, including testing.
> # Refinement of implementation based on community feed
> Skills required: Java, some parser work, design and discussion with the user
> community, basic understanding of HTTP and content negotiation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)