From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use strict;
use Test::More tests => 3;
compare_event_parse("[", "null,428", "]");
compare_event_parse("[", "null,428", "123]");
compare_event_parse("[", "null,\"foo", "bar\"]");