JSON::Streaming::Reader

Read JSON strings in a streaming manner
Download

JSON::Streaming::Reader Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Atkins
  • Publisher web site:
  • http://search.cpan.org/~mart/

JSON::Streaming::Reader Tags


JSON::Streaming::Reader Description

Read JSON strings in a streaming manner JSONJSON::Streaming::Reader is a Perl module that acts as a tokenizer for JSON strings. With it you can process JSON strings in customizable ways without first creating a Perl data structure from the data. For some applications, such as those where the expected data structure is known ahead of time, this may be a more efficient way to process incoming data.SYNOPSIS my $jsonr = JSON::Streaming::Reader->for_stream($fh); $jsonr->process_tokens( start_object => sub { ... }, end_object => sub { }, start_property => sub { my ($name) = @_; }, # ... ); Requirements: · Perl


JSON::Streaming::Reader Related Software