PHP辅助类,用于读取和写入JSON文件。

0.1.4 2016-02-24 17:25 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:47:39 UTC


README

PHP辅助类,用于读取和写入JSON文件。

Packagist Version GitHub license Build Status

安装

$ composer require radioactivehamster/json

用法

<?php

use RadHam\Json;

$file = 'hello-world.json';
$json = Json::parseFile($file);

Json::writeFile('my-hello-world.json', $json);

许可证

MIT许可证(Expat)。有关详细信息,请参阅许可证文件