robertsaupe/php-json
Composer 安装命令:
composer require robertsaupe/php-json
包简介
php library for json and jsonc parsing
README 文档
README
php library for json and jsonc parsing
Supporting
GitHub | Patreon | PayPal | Amazon
Installing
composer require robertsaupe/php-json
Getting started
Json
use robertsaupe\Json\Json; $json = new Json(); print_r($json->decodeFile('path_to_file.json'));
Jsonc
use robertsaupe\Json\Jsonc; $jsonc = new Jsonc(); print_r($jsonc->decodeFile('path_to_file.jsonc'));
Credits
-
box-project/box for basic Json parsing
- Kevin Herrera kevin@herrera.io
- Théo Fidry theo.fidry@gmail.com
-
Alexander Shostak https://stackoverflow.com/a/43439966 for decode commented json
统计信息
- 总下载量: 34
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-30