in reply to Re^7: Append JSON (from hashref)
in thread Append JSON (from hashref)

changing one line of your code to
my $container={items=>$tmp};
worked, providing the structure needed. Thanks