miscset.io.read_json

miscset.io.read_json(path)[source]

Read a JSON file.

Read a JSON formatted file into a dictionary object.

Parameters

path (str) – File path to JSON formatted file.

Returns

Content of a JSON file parsed as dictionary.

Return type

dict