tdt/json
最新稳定版本:v1.0.1
Composer 安装命令:
composer require tdt/json
包简介
Reads a json stream memory efficiently.
README 文档
README
JSONCharInputReader processes JSON data streams character-by-character
The data stream must be in the form of a JSON array (atm). ie. [1, 2, [3, 4], {"five": "six"}, ...
examples
To run the examples/example.php execute the following in your terminal:
$ cd examples $ cat | php example.php
Testing //todo
We have a few tests in the tests directory. You can run them as follows if you have phpunit installed:
$ phpunit tests/
Or you can watch our travis-ci.org page when you have pushed to this repository.
统计信息
- 总下载量: 1.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: AGPLv3
- 更新时间: 2013-01-24