This class can parse JSON encoded values read from files.
It can read a given file and parse its contents in JSON format.
The class returns the parsed value after having decoded any UTF-8 encoded characters.
$read = new json_file_decode(); $json = $read->json("images.json"); print_r($json);
Github | phpclasses.org