$code, 'nom' => $nom, 'parent' => $parent, 'position' => $position, ); } $json = json_encode($plan, JSON_PRETTY_PRINT); file_put_contents(__DIR__ . '/../src/include/data/plan_comptable.json', $json); die("OK\n"); ?>