load_json_to_dict#

langchain_community.callbacks.wandb_callback.load_json_to_dict(json_path: str | Path) dict[source]#

Load json file to a dictionary.

Parameters:

json_path (str) – The path to the json file.

Returns:

The dictionary representation of the json file.

Return type:

(dict)