<?php
$data=json_decode(file_get_contents("php://input"),true);
file_put_contents("sections.json",json_encode($data,JSON_PRETTY_PRINT));
?>
