utrakJson is a JSON debugger module to show debug information when a debug flag is set
Install the latest version with
$ composer require utrak/modules
<?php
use utrakmodules\utrakjson;
// create a json
$utrakJson = new utrakjson();
// add records to the log
$utrakJson->setJsonData(JsonData);
$utrakJson->displayJson();
Bugs and feature request are tracked on GitHub
Paul Sheldon - paulsheldon1966@gmail.com
utrakJson is licensed under the MIT License - see the LICENSE
file for details