Group
Extension

Matches 1

Padre-Plugin-JSONUtilities ( A/AD/ADAMDH/Padre-Plugin-JSONUtilities-0.10.tar.gz, ADAMDH, 2018; MetaCPAN )
Padre-Plugin-JSONUtilities/lib/Padre/Plugin/JSONUtilities.pm ( view source; MetaCPAN )
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 {
	

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.