ext-jsonreader
ext-jsonreader copied to clipboard
A JSON pull-parser extension for PHP based on libvktor
Results
4
ext-jsonreader issues
Sort by
recently updated
recently updated
newest added
Php 7
7
PHP 7 branch
This extension is literally the fastest thing I've found for streaming parsing of huge JSON files or streaming JSON data, such as from ElasticSearch. We're using it for five major...
After upgrading to PHP 5.5 I got a 'Bus Error 10' when including the module. ``` gdb php (gdb) set args -m (gdb) run ... Program received signal EXC_BAD_ACCESS, Could...