21 lines
358 B
Perl
21 lines
358 B
Perl
|
package Dancer2::Plugin::JsonApi;
|
||
|
|
||
|
1;
|
||
|
|
||
|
__END__
|
||
|
|
||
|
=head1 NAME
|
||
|
|
||
|
Dancer2::Plugin::JsonAPI
|
||
|
|
||
|
=head1 SEE ALSO
|
||
|
|
||
|
=over
|
||
|
|
||
|
=item * The L<JSON:API|https://jsonapi.org> specs, natch.
|
||
|
|
||
|
=item * L<json-api-serializer|https://www.npmjs.com/package/json-api-serializer> My go to for serializing JSON API documents in JavaScript-land. Also, inspiration for this module.
|
||
|
|
||
|
=back
|
||
|
|