convnwb.io.io.load_jsonlines

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

Load from a JSON lines file.

Parameters:
file_namestr

File name of the file to load.

folderstr or Path, optional

Folder to load from.

Returns:
datadict

Loaded data from the JSONlines file.