A PHP Library for Modify JSON
Namespace: DinoDev\Json\Classes
Use: DinoDev\Json\Classes\Json
$Json = new Json();
$Json->getJson(__DIR__ . "/File.json"); //It will Return A Array of Json, or Error.
$Json = new Json();
$Json->writeJson(__DIR__ . "/File.json", ["New JSON File" => "It's Working"]); //Will Subscribe File.Json to the Array