Question: I would love to accomplish the same results without using php. Main traget is to read and writ to json file, i think this can
I would love to accomplish the same results without using php. Main traget is to read and writ to json file, i think this can be done with just javascript
$newJsonString = json_encode($jsondata); //encode data back file_put_contents('sel.json', $newJsonString); //write into file ?>
KMOG U.I. with backend json
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
