pcrov/jsonreader
最新稳定版本:1.0.4
Composer 安装命令:
composer require pcrov/jsonreader
包简介
JSON Pull Parser
关键字:
README 文档
README
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:
composer require pcrov/jsonreader
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.
统计信息
- 总下载量: 1.15M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 144
- 点击次数: 1
- 依赖项目数: 7
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-26