Subject: | allow chaining of option setters |
Ideally, options are best set in the constructor, but if that cannot be, then it would be best to mimic JSON::XS's chained options:
my $p = JSON::SL->new->utf8->set_jsonpointer(["/^"]);
$p->feed($buf);
This queue is for tickets about the JSON-SL CPAN distribution.
The Basics
People
|
Bug Information
|