list_any_json
No overview available.
def list_any_json(
path: string
) - > list
Recursively searches a directory for JSON files and returns their absolute file paths.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | The directory path to search for JSON files. |
Returns
| Type | Description |
|---|---|
list | A list of absolute file paths pointing to discovered JSON files. |