openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
JSON::Streaming::Reader
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 15, 2024 — Jul 15, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Increment version number for release.
Martin Atkins
More...
over 12 years ago
Add a license to the POD.
Martin Atkins
More...
over 12 years ago
Update version number for release.
Martin Atkins
More...
about 14 years ago
Merge pull request #2 from hoelzro/master
Martin Atkins
More...
about 14 years ago
Fix buffer underrun bug
hoelzro
as Rob Hoelz
More...
about 14 years ago
Add test for buffer underrun bug
hoelzro
as Rob Hoelz
More...
about 14 years ago
Add missing test
hoelzro
as Rob Hoelz
More...
about 14 years ago
Bump version number in preparation for release.
Martin Atkins
More...
about 16 years ago
Add a slurp() method which is kinda like skip() but acts like the reading equivalent of the writer's add_value method, allowing a caller to selectively return to non-streaming land for parts of the parsing process.
Martin Atkins
More...
about 16 years ago
Increase version number in preparation for release and do a minor docs tweak to make the docs not be version-sensitive.
Martin Atkins
More...
about 16 years ago
Add the event API test to the manifest and fix its plan.
Martin Atkins
More...
about 16 years ago
Add an example script that uses JSON::Streaming::Writer to implement a streaming JSON pretty-printer.
Martin Atkins
More...
about 16 years ago
Don't alter state until the start_property token has been completely parsed, otherwise a buffer underrun at an inopportune moment can cause inconsistency.
Martin Atkins
More...
about 16 years ago
Don't re-declare local variable $jsonw.
Martin Atkins
More...
about 16 years ago
Add some documentation about the event-based API.
Martin Atkins
More...
about 16 years ago
Add a test script for the event-based API, which shows that it currently fails if there's a packet boundary before the colon in a start_property.
Martin Atkins
More...
about 16 years ago
Add the start of a hack to make event-based parsing work. It's really filthy, but it ought to be easier than completely refactoring everything to work from a buffer. Currently has a few issues due to faulty assumptions about where reads can fail.
Martin Atkins
More...
about 16 years ago
Should declare our dependency on IO::Scalar
Martin Atkins
More...
about 16 years ago
Add MANIFEST file to complete the CPAN distribution.
Martin Atkins
More...
about 16 years ago
Add docs for the two constructor methods.
Martin Atkins
More...
about 16 years ago
For consistency with JSON::Streaming::Writer, have the provided stream be an IO::Handle object rather than a raw filehandle.
Martin Atkins
More...
about 16 years ago
Forgot to update the test plan when adding a new test.
Martin Atkins
More...
about 16 years ago
Add the callback-based API, as described in the docs.
Martin Atkins
More...
about 16 years ago
Add an extra sentence clarifying that supporting an event-based API is non-trivial despite being desirable.
Martin Atkins
More...
about 16 years ago
More tests and fixes for bugs discovered by the tests.
Martin Atkins
More...
about 16 years ago
Consider the reader to be used after it writes out a value, even if that value doesn't create a state.
Martin Atkins
More...
about 16 years ago
Add a couple test scripts.
Martin Atkins
More...
about 16 years ago
Fix the stupid issues in the skip method, and add it to the docs.
Martin Atkins
More...
about 16 years ago
An initial implementation. Kinda messy in places, but it seems to work. Needs tests.
Martin Atkins
More...
about 16 years ago
Add more docs.
Martin Atkins
More...
about 16 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree