teanX::Parser::JSONLD - JSONLD Parser
=head1 VERSION
This document describes AtteanX::Parser::JSONLD version 0.001
=head1 SYNOPSIS
use Attean;
my $parser = Attean->get_parser('JSONLD')->new();
$parser->parse_cb_from_io( $fh );
=head1 DESCRIPTION
This module implements a JSON-LD 1.11 RDF parser for L<Attean>.
=head1 ROLES
This class consumes the following roles:
=over 4
=item * L<Attea
er 4
=cut
package AtteanX::Parser::JSONLD::Handler {
use v5.18;
use autodie;
use Moo;
use Attean::RDF;
use Encode qw(decode_utf8 encode_utf8);
extends 'JSONLD';
use namespace::clean;
sub d