Skip to content

TheDevick/Json-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json

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

About

A PHP Library for Modify JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages