dinodev/json
Composer 安装命令:
composer require dinodev/json
包简介
A PHP Library for Modify JSON
README 文档
README
A PHP Library for Modify JSON
How to Use
Namespace: DinoDev\Json\Classes
Use: DinoDev\Json\Classes\Json
Get JSON File
$Json = new Json(); $Json->getJson(__DIR__ . "/File.json"); //It will Return A Array of Json, or Error.
Write JSON File
$Json = new Json(); $Json->writeJson(__DIR__ . "/File.json", ["New JSON File" => "It's Working"]); //Will Subscribe File.Json to the Array
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-07