1AtteanX::Serializer::SPUAsReQrLJCSoOnNt(r3i)buted Perl DAotctuemaennXt:a:tSieornializer::SPARQLJSON(3)
2
3
4
6 AtteanX::Serializer::SPARQLJSON - SPARQL Results JSON Serializer
7
9 This document describes AtteanX::Serializer::SPARQLJSON version 0.022
10
12 use Attean;
13 my $s = Attean->get_serializer('SPARQLJSON')->new();
14 $s->serialize_iter_to_io( $fh, $iter );
15
17 ...
18
20 "canonical_media_type"
21
23 "media_types"
24 Returns a list of media types that identify the format produced by
25 this serializer.
26
27 "serialize_iter_to_io( $fh, $iterator )"
28 Serializes the Attean::API::Binding objects from $iterator to the
29 IO::Handle object $fh.
30
31 "serialize_iter_to_bytes( $iterator )"
32 Serializes the Attean::API::Binding objects from $iterator and
33 returns the serialization as a UTF-8 encoded byte string.
34
36 Please report any bugs or feature requests to through the GitHub web
37 interface at <https://github.com/kasei/attean/issues>.
38
40 <http://www.w3.org/TR/sparql11-results-json/>
41
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2014--2019 Gregory Todd Williams. This program is free
47 software; you can redistribute it and/or modify it under the same terms
48 as Perl itself.
49
50
51
52perl v5.28.1 2019-03-21AtteanX::Serializer::SPARQLJSON(3)