Skip to main content

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

NameTypeDescription
pathstringThe directory path to search for JSON files.

Returns

TypeDescription
listA list of absolute file paths pointing to discovered JSON files.