dinodev/json

A PHP Library for Modify JSON

Maintainers

Package info

github.com/TheDevick/Json-PHP

pkg:composer/dinodev/json

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.2 2021-12-08 17:35 UTC

This package is auto-updated.

Last update: 2026-03-09 03:05:31 UTC


README

A PHP Library for Modify JSON

View on Packagist

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