java - Jena Result set to String -


i'm using jena query dbpedia , return resultset, how can make resultset returned java string? don't want in json format.

take @ apache jena resultsetformatter documentation - "astext" method may you're looking for:

resultset results = ... string resultsasstring = resultsetformatter.astext(results); 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -