AFQ.utils.path
#
Module Contents#
Functions#
|
Write data to JSON file. |
|
Read data from a JSON file. |
|
|
|
- AFQ.utils.path.write_json(fname, data)[source]#
Write data to JSON file.
- Parameters
- fnamestr
Full path to the file to write.
- datadict
A dict containing the data to write.
- Returns
- None