pub fn find_all_json_tests(path: &Path) -> Vec<PathBuf>
Find all JSON test files in the given path. If path is a file, returns it in a vector. If path is a directory, recursively finds all .json files.