DESCRIPTION
A testing module that has syntaxtic suger to create a new object quickly.
SYNOPSIS
use Test::Lib;
use Test::JSON::API::v1 # load us via the main module
use Test::JSON::API::v1::JSON; # or load us via other means
my $resource = new_resource();
my $toplevel = new_toplevel();
my $links = new_link();
my $error = new_error();
my $new_attribute = new_attribute();
my $relationship = new_relationship();