Home | History | Annotate | Download | only in perl5

Lines Matching refs:METHODS

22 # XS and PP common methods
299 local $^W; # if PP installed but invalid version, backportPP redefines methods.
452 my ($class, @methods) = @_;
479 for my $method (@methods) {
1262 methods called by the Perl core (== not by the user of the object) are
1396 See to L<JSON::XS/OBJECT-ORIENTED INTERFACE> and L<JSON::PP/METHODS>.
1526 The following methods implement this incremental parser.
1614 =head1 JSON::PP SUPPORT METHODS
1616 The below methods are JSON::PP own methods, so when C<JSON> works
1618 See to L<JSON::PP/JSON::PP OWN METHODS> in detail.
1620 If you use C<JSON> with additional C<-support_by_pp>, some methods
1697 See to L<JSON::PP/JSON::PP OWN METHODS>.
1737 See to L<JSON::PP/JSON::PP OWN METHODS>.
1871 C<allow_blessed> and C<convert_blessed> methods on various options on
1960 To check the backend module, there are some methods - C<backend>, C<is_pp> and C<is_xs>.
2009 Many methods are available with either JSON::XS or JSON::PP and
2014 it makes a part of those unsupported methods available.
2024 in de/encoding, can support some unsupported methods - C<loose>, C<allow_bignum>,
2027 When any unsupported methods are not enable, C<XS de/encode> will be
2033 See to L<JSON::PP SUPPORT METHODS>.
2056 Instead, various features can be used through object methods.