From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 use strict;use warnings;use Test::More tests => 3;use JSON::Streaming::Reader::TestUtil;compare_event_parse("[", "null,428", "]");compare_event_parse("[", "null,428", "123]");compare_event_parse("[", "null,\"foo", "bar\"]");
use
strict;
warnings;
Test::More
tests
=> 3;
JSON::Streaming::Reader::TestUtil;
compare_event_parse(
"["
,
"null,428"
"]"
);
"123]"
"null,\"foo"
"bar\"]"