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