Download the PHP package kelunik/streaming-json without Composer
On this page you can find all versions of the php package kelunik/streaming-json. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kelunik/streaming-json
More information about kelunik/streaming-json
Files in kelunik/streaming-json
Download kelunik/streaming-json
More information about kelunik/streaming-json
Files in kelunik/streaming-json
Vendor kelunik
Package streaming-json
Short Description A streaming JSON parser for Amp.
License MIT
Package streaming-json
Short Description A streaming JSON parser for Amp.
License MIT
Please rate this library. Is it a good library?
Informations about the package streaming-json
streaming-json
A streaming JSON parser for Amp.
Installation
Usage
Options can be passed to the constructor just like for json_decode
. The parser will consume the passed input stream and is itself an Amp\Iterator
that allows consumption of all parsed items. Any malformed message will fail the parser. If the input stream ends, the parser will try to parse the last item and will complete the iterator successfully or fail it, depending on whether the last item was malformed or not.
All versions of streaming-json with dependencies
PHP Build Version
Package Version
Requires
amphp/amp Version
^2
amphp/socket Version ^0.10
amphp/byte-stream Version ^1
daverandom/exceptional-json Version ^1.0.1
amphp/socket Version ^0.10
amphp/byte-stream Version ^1
daverandom/exceptional-json Version ^1.0.1
The package kelunik/streaming-json contains the following files
Loading the files please wait ....