I've a json file, and from json file I'm creating some dynamic pages, problem is how i can edit language field or how to add new filed through API
I'm doing like this
<?php
$string = file_get_contents('incl/codes.json');
$json_a = json_decode($string, true);
$arabic = $languages->get(...