JSON-Builder

 view release on metacpan or  search on metacpan

JSON/Builder.pm  view on Meta::CPAN

 
 # print for test
 $fh->flush();
 $fh->seek(0,0);
 print <$fh>;

=head1 MOTIVATION

Task: to create JSON while having the memory limitations.

If you have only one large value in JSON, or, large values are created one by one, you can use the streaming generator. Otherwise, you should use such a perl structure where large elements are the filehandle with the json fragments. When a perl struc...

=head1 DESCRIPTION

=head2 JSON::Builder

=head3 new

The constructor accepts the following arguments:

=over



( run in 0.625 second using v1.01-cache-2.11-cpan-4d50c553e7e )