The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

IRC::Indexer::Process::JSONify - Forking JSON encoder

SYNOPSIS

See ircindexer-server-json

DESCRIPTION

A small forkable JSON encoder, usable by POE::Wheel::Run wheels to externally encode JSON.

Given an array containing a hash, a network name, and possibly a server name, returns an array containing a JSON hash, the gzipped equivalent thereof, network name, and server name (possibly undef).

See: POE::Wheel::Run and POE::Filter::Reference

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>