RSION = '0.0.5';
use Encode 'encode_utf8';
use Text::vFile::asData;
use LWP::Simple;
use JSON;
use URI;
field $vfile_parser :param = Text::vFile::asData->new;
field $title :param;
fi
om_json, App::MergeCal->new_from_json_file
Constructor methods.
=over 4
=item new
Constructs an object from a hash of attribute/value pairs
=item new_from_json
Constructs an object from a JSON s
em new_from_json_file
Constructs an object from a file containing a JSON string representing
attribute/value pairs.
=back
=cut
sub new_from_json {
my $class = shift;
my ($json) = @_;