Transformed from devkardia's reading plans.
PHP files are modified and run from the command line produce the json files.
Execute the file with php *file.php*
or all of them with find . -type f -name "*.php" -exec php {} \;
'data': [array of strings],
'data2': [array of [array of strings]],
'id':Id,
'abbv':Abrrevation,
'name':Name,
'info':Info
- Add abbv attribute
- Fix reference errors