Gregory Todd Williams > RDF-Trine > RDF::Trine::Iterator::JSONHandler

Download:
RDF-Trine-0.140.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

New  1
Open  2
View/Report Bugs
Module Version: 0.140   Source  

NAME ^

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

VERSION ^

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

SYNOPSIS ^

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

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.

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

syntax highlighting: