NAME
JSON::API::v1::JSONAPI - A JSON API jsonapi object
VERSION
version 0.002
SYNOPSIS
use JSON::API::v1::JSONAPI;
my $object = JSON::API::v1::JSONAPI->new(
meta => JSON::API::v1::MetaObject->new(),
);
DESCRIPTION
This module attempts to make a Moose object behave like a JSON API object as defined by jsonapi.org. This object adheres to the v1 specification.
This object will always return that the highest supported version is 1.0
ATTRIBUTES
METHODS
SEE ALSO
AUTHOR
Wesley Schwengle <waterkip@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Wesley Schwengle.
This is free software, licensed under:
The (three-clause) BSD License