Group
Extension

Matches 3

AnyEvent ( M/ML/MLEHMANN/AnyEvent-7.17.tar.gz, MLEHMANN, 2019; MetaCPAN )
AnyEvent/lib/AnyEvent.pm ( view source; MetaCPAN )
rely used for performance.

=item L<JSON> and L<JSON::XS>

One of these modules is required when you want to read or write JSON data
via L<AnyEvent::Handle>. L<JSON> is also written in pure-perl, but 
can take
advantage of the ultra-high-speed L<JSON::XS> module when it is installed.

=item L<Net::SSLeay>

Implementing TLS/SSL in Perl is certainly interesting, but not very
worthwhile: If this modul
AnyEvent ( M/ML/MLEHMANN/AnyEvent-7.17.tar.gz, MLEHMANN, 2019; MetaCPAN )
AnyEvent/lib/AnyEvent/Handle.pm ( view source; MetaCPAN )
ot when the
underlying handle signals EOF.

=item json => L<JSON>, L<JSON::PP> or L<JSON::XS> object

This is the json coder object used by the C<json> read and write types.

If you don't supply it, t
nd use a
suitable one (on demand), which will write and expect UTF-8 encoded
JSON texts (either using L<JSON::XS> or L<JSON>). The written texts are
guaranteed not to contain any newline character.

F
originally
JSON was self-delimited, but Dougles Crockford thought it was a splendid
idea to redefine JSON incompatibly, so this is no longer true.

For protocols that used back-to-back JSON texts, thi
AnyEvent ( M/ML/MLEHMANN/AnyEvent-7.17.tar.gz, MLEHMANN, 2019; MetaCPAN )
AnyEvent/lib/AnyEvent/Intro.pod ( view source; MetaCPAN )
en you can do
I<formatted> I/O. For example, this would JSON-encode your data before
pushing it to the write queue:

   $handle->push_write (json => [1, 2, 3]);

This pretty much summarises the write 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.