News

Py-data-dict These Python scripts can be used to read in a CSV data file and create a CSV data dictionary. The CSV data dictionary can then be coverted to a JSON file for human and machine-readability ...
If the file already exist, the existing json will be merged new one. Use like a normal python dict. All items set will be immediately written to disk, lookups will read current value from disk. Set ...