RDF::Trine::Serializer::RDFJSON(3pm) | User Contributed Perl Documentation | RDF::Trine::Serializer::RDFJSON(3pm) |
RDF::Trine::Serializer::RDFJSON - RDF/JSON Serializer
This document describes RDF::Trine::Serializer::RDF/JSON version 1.019
use RDF::Trine::Serializer::RDFJSON; my $serializer = RDF::Trine::Serializer::RDFJSON->new();
The RDF::Trine::Serializer::Turtle class provides an API for serializing RDF graphs to the RDF/JSON syntax.
Beyond the methods documented below, this class inherits methods from the RDF::Trine::Serializer class.
%json_options is an options hash suitable for JSON::to_json.
%json_options is an options hash suitable for JSON::to_json.
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>.
<http://n2.talis.com/wiki/RDF_JSON_Specification>
Toby Inkster <tobyink@cpan.org> Gregory Williams <gwilliams@cpan.org>
Copyright (c) 2010 Toby Inkster. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-12-12 | perl v5.36.0 |