Group
Extension

Matches 1

Text-JSON-Nibble ( D/DA/DAEMON/Text-JSON-Nibble-1.01.tar.gz, DAEMON, 2017; MetaCPAN )
Text-JSON-Nibble/lib/Text/JSON/Nibble.pm ( view source; MetaCPAN )
package Text::JSON::Nibble;

=encoding utf8

=cut 

use 5.006;
use strict;
use warnings;

use Data::Dumper;

=head1 NAME

Text::JSON::Nibble - Nibble complete JSON objects from buffers

=head1 VERSION
.01';

=head1 WARNING

This module should be used with caution, it will not handle 'badly formed' json well, its entire purpose was because I was experiencing 
segfaults with Cpanel::XS's decode_prefi
rawling JSON extractor for plain TEXT, usable in both a 'streaming' or 'block' method, for when you need something that is not XS.

It is particularly handy for when you want to deal with JSON without

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