HTTP::Entity::Parser::JSON(3pm) | User Contributed Perl Documentation | HTTP::Entity::Parser::JSON(3pm) |
HTTP::Entity::Parser::JSON - parser for application/json
use HTTP::Entity::Parser; my $parser = HTTP::Entity::Parser->new; $parser->register('application/json','HTTP::Entity::Parser::JSON');
Copyright (C) Masahiro Nagano.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Masahiro Nagano <kazeburo@gmail.com>
Tokuhiro Matsuno <tokuhirom@gmail.com>
2022-08-28 | perl v5.34.0 |