Class SaxSparqlJsonResultCountingParser

java.lang.Object
org.aksw.iguana.cc.lang.LanguageProcessor
org.aksw.iguana.cc.lang.impl.SaxSparqlJsonResultCountingParser

public class SaxSparqlJsonResultCountingParser extends LanguageProcessor
SAX Parser for SPARQL JSON Results. For correct SPARQL JSON results, it returns the number of solutions, bound values and the names of the variables. For malformed results it may or may not fail. For malformed JSON it fails if the underlying json.simple.parser fails.

Specification: https://www.w3.org/TR/sparql11-results-json/