logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RDF::Trine::Iterator::JSONHandler - JSON Handler for parsing SPARQL JSON Results format

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

       Please  report  any   bugs   or   feature   requests   to   through   the   GitHub   web   interface   at
       <https://github.com/kasei/perlrdf/issues>.

Methods

       "new"
           Returns a new JSON SPARQL Results parser object.

       "parse ( $json )"
           Returns  a  RDF::Trine::Iterator  object  containing  the  data from the supplied JSON in JSON SPARQL
           Results format.

Name

       RDF::Trine::Iterator::JSONHandler - JSON Handler for parsing SPARQL JSON Results format

Status

       This module's API and functionality should be considered unstable.  In the future, this module may change
       in backwards-incompatible ways, or be removed entirely. If you need functionality that this module
       provides, please get in touch <http://www.perlrdf.org/>.

Synopsis

        use RDF::Trine::Iterator::JSONHandler;
        my $handler = RDF::Trine::Iterator::JSONHandler->new();
        my $iter = $handler->parse( $json );

Version

       This document describes RDF::Trine::Iterator::JSONHandler version 1.019

See Also