Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php update json file

$jsonString = file_get_contents('jsonFile.json');
$data = json_decode($jsonString, true);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #update #json #file
ADD COMMENT
Topic
Name
2+6 =