Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php decode json file

$json = json_decode(file_get_contents('/path/to/your/file.json'));
 
PREVIOUS NEXT
Tagged: #php #decode #json #file
ADD COMMENT
Topic
Name
7+5 =