my $json_obj = JSON::PP->new(); my %hash = %{$Self->{'tinyobj'}}; $Self->{'json'} = $json_obj->encode( \%hash );