Download the PHP package pcrov/jsonreader without Composer
On this page you can find all versions of the php package pcrov/jsonreader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jsonreader
JsonReader
This is a streaming pull parser - like XMLReader but for JSON.
Requirements
PHP 7.3 or higher with the Intl extension.
Installation
To install with composer:
Usage
JsonReader's interface and behavior is very much like XMLReader. If you've worked with that then this will feel familiar.
For examples and API documentation see the wiki.
Note
Only UTF-8 encoded JSON is supported. If you need to parse JSON in another encoding see Handling Non UTF-8 Encodings on the wiki.
All versions of jsonreader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-intl Version *
pcrov/unicode Version ^0.1
psr/http-message Version ^1.0 || ^2.0
ext-intl Version *
pcrov/unicode Version ^0.1
psr/http-message Version ^1.0 || ^2.0
The package pcrov/jsonreader contains the following files
Loading the files please wait ....