--- JSON-XS/XS.pm 2014/11/24 18:42:51 1.155 +++ JSON-XS/XS.pm 2016/02/21 15:37:53 1.156 @@ -699,7 +699,7 @@ and you need to know where the JSON text ends. JSON::XS->new->decode_prefix ("[1] the tail") - => ([], 3) + => ([1], 3) =back