X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d259fd6622ef7b39fe643bb561bc58a44f5257b0..592e11d9f9f0e1f6843d66f00b6d68fa274bb8e1:/SL/Template/Plugin/JSON.pm?ds=inline diff --git a/SL/Template/Plugin/JSON.pm b/SL/Template/Plugin/JSON.pm index 1fe8f19d4..0586511c6 100644 --- a/SL/Template/Plugin/JSON.pm +++ b/SL/Template/Plugin/JSON.pm @@ -21,7 +21,7 @@ sub json_converter { my ($self, %params) = @_; if (!$self->{json}) { - $self->{json} = JSON->new->allow_nonref(1); + $self->{json} = JSON->new->allow_nonref(1)->convert_blessed(1); my $args = $self->{json_args};