convnwb.io.io.save_json

convnwb.io.io.save_json(data, file_name, folder=None)[source]

Save out a dictionary of data to a JSON file.

Parameters:
datadict

Data to save out to a JSON file.

file_namestr

File name to give the saved out json file.

folderstr or Path, optional

Folder to save out to.