logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Entity::Parser::JSON - parser for application/json

Author

       Masahiro Nagano <kazeburo@gmail.com>

       Tokuhiro Matsuno <tokuhirom@gmail.com>

perl v5.36.0                                       2022-08-28                    HTTP::Entity::Parser::JSON(3pm)

License

       Copyright (C) Masahiro Nagano.

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

Name

       HTTP::Entity::Parser::JSON - parser for application/json

Synopsis

           use HTTP::Entity::Parser;

           my $parser = HTTP::Entity::Parser->new;
           $parser->register('application/json','HTTP::Entity::Parser::JSON');

See Also