Skip to content

deawx/php-json-file-decode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-json-file-decode

PHP JSON File Decode:

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.

Use:

$read = new json_file_decode();
$json = $read->json("images.json");
print_r($json);


Github | phpclasses.org

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%