innmind/json
最新稳定版本:1.4.0
Composer 安装命令:
composer require innmind/json
包简介
Type safe json encoder/decoder
关键字:
README 文档
README
Type safe json encode/decoder, the goal is to not leave errors unchecked.
Installation
composer require innmind/json
Usage
use Innmind\Json\Json; Json::encode(['foo' => 'bar']); // {"foo":"bar"} Json::decode('{"foo":"bar"}'); // ['foo' => 'bar'] Json::decode('{]'); // will throw an exception (instead of returning false)
统计信息
- 总下载量: 265.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 15
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-08