lisc.io.io.parse_json_data

lisc.io.io.parse_json_data(file_name, directory=None)[source]

Parse data from a json file.

Parameters:
file_namestr

File name of the json file.

directorystr or Path, optional

Folder or database object specifying the location to load the file from.

Yields:
str

The loaded line of json data.