weew/json-encoder
Composer 安装命令:
composer require weew/json-encoder
包简介
JSON encoding and decoding library.
README 文档
README
Table of contents
Installation
composer require weew/json-encoder
Introduction
This is a very simple wrapper around the json_encode and json_decode functions that additionally supports various data types and provides catchable encoding & decoding exceptions in case of a JSON error.
Usage
$encoder = new JsonEncoder(); $encoder->encode(/** data **/); $encoder->decode(/** json **/);
统计信息
- 总下载量: 538
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-16