dJSON;
$Limper::SendJSON::VERSION = '0.003';
use base 'Limper';
use 5.10.0;
use strict;
use warnings;
package # newline because Dist::Zilla::Plugin::PkgVersion and PAUSE indexer
Limper;
use JSON:
push @Limper::EXPORT, qw/send_json/;
sub send_json {
my ($data, @options) = @_;
response->{headers}{'Content-Type'} //= 'application/json';
try {
JSON::MaybeXS->new(@options)->enc
or Pod::Coverage
=head1 NAME
Limper::SendJSON - adds a send_json function to Limper
=head1 VERSION
version 0.003
=head1 SYNOPSIS
use Limper::SendJSON;
use Limper; # this must come after al