sevensoft/json
最新稳定版本:v1.0
Composer 安装命令:
composer require sevensoft/json
包简介
PHP library to encode and decode JSON
README 文档
README
API
To use the library, see the example below:
<?php
require_once 'vendor/autoload.php';
use sevensoft\json\Json;
echo Json::encode("foo") . PHP_EOL;
echo Json::encode(array('foo' => 'bar')) . PHP_EOL;
echo var_export(Json::decode('{"foo":"bar"}')) . PHP_EOL;
License
Licensed under the Apache License, Version 2.0;
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-12