A PHP Helper class for reading and writing JSON files.

Maintainers

Package info

github.com/radioactivehamster/json

pkg:composer/radioactivehamster/json

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.4 2016-02-24 17:25 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:22:49 UTC


README

A PHP Helper class for reading and writing JSON files.

Packagist Version GitHub license Build Status

Install

$ composer require radioactivehamster/json

Usage

<?php

use RadHam\Json;

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

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

License

The MIT License (Expat). See the license file for details.