pyleecan.Functions.Load.load_json module

load_json(file_path)[source]

Load a json file

Parameters:

file_path (str) – path to the file or directory to load

Returns:

  • file_path (str) – edited path to the file to load

  • json_data (json decoded data type) – data of the json file

exception LoadMissingFileError[source]

Bases: Exception