package Termux::API; use strict; use warnings; use JSON; our $VERSION = '1.01'; sub new { return bless( { j => JSON->new }, $_[0] ); } sub command { my $command = qx($_[1]); return eval { $_[