| RDF-Trine documentation | view source | Contained in the RDF-Trine distribution. |
RDF::Trine::Iterator::JSONHandler - JSON Handler for parsing SPARQL JSON Results format
This document describes RDF::Trine::Iterator::JSONHandler version 0.135
use RDF::Trine::Iterator::JSONHandler; my $handler = RDF::Trine::Iterator::JSONHandler->new(); my $iter = $handler->parse( $json );
newReturns 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.
Gregory Todd Williams <gwilliams@cpan.org>
Copyright (c) 2006-2010 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| RDF-Trine documentation | view source | Contained in the RDF-Trine distribution. |