ad1 NAME
Padre::Plugin::JSONUtilities - Adds buttons to beautify or compress json.
=cut
=head1 SYNOPSIS
Padre::Plugin::JSONUtilities is designed to compress or expand JSON. Enough said. Also to ca
nonically sort, if you want.
=cut
package Padre::Plugin::JSONUtilities;
use 5.010;
use strict;
use warnings;
use utf8;
use Padre::Plugin();
use Padre::Role::Task;
our $VERSION = '0.10';
use base q
DREN => qw{Padre::Plugin::JSONUtilities};
sub plugin_name { return Wx::gettext('JSON Utility Plugin'); }
use Padre::Wx::Dialog::OpenResource;
use Padre::Wx ();
use JSON;
sub plugin_enable {