{"id":24656671,"url":"https://github.com/jingshing-python/json_value_finder","last_synced_at":"2026-04-25T08:34:56.683Z","repository":{"id":213211154,"uuid":"733329055","full_name":"JingShing-Python/json_value_finder","owner":"JingShing-Python","description":"a simple script help you find certain value in a json data structure. It will give you the path to the key.","archived":false,"fork":false,"pushed_at":"2023-12-19T05:02:39.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-21T03:14:00.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JingShing-Python.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-19T04:46:30.000Z","updated_at":"2023-12-19T04:46:56.000Z","dependencies_parsed_at":"2023-12-19T09:44:32.978Z","dependency_job_id":"3ccd1f8c-65a9-4d7d-9a7a-1ce658093c96","html_url":"https://github.com/JingShing-Python/json_value_finder","commit_stats":null,"previous_names":["jingshing-python/json_value_finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JingShing-Python/json_value_finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2Fjson_value_finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2Fjson_value_finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2Fjson_value_finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2Fjson_value_finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JingShing-Python","download_url":"https://codeload.github.com/JingShing-Python/json_value_finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JingShing-Python%2Fjson_value_finder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263339928,"owners_count":23451516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-25T23:39:17.345Z","updated_at":"2026-04-25T08:34:56.630Z","avatar_url":"https://github.com/JingShing-Python.png","language":"Python","readme":"# json_value_finder\na simple script help you find certain value in a json data structure. It will give you the path to the key.\n\n## Example\n```py\ndata = {\n      \"key1\": \"value1\",\n      \"key2\": {\n          \"key3\": \"value3\",\n          \"key4\": \"value4\"\n      },\n      \"key5\": [\n          \"value5\",\n          \"value6\",\n          {\"key6\": \"value7\"}\n      ]\n  }\n\n  result_path = find_path(data, \"value7\")\n  print(result_path)  # Output: ['key5', 2, 'key6']\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingshing-python%2Fjson_value_finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingshing-python%2Fjson_value_finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingshing-python%2Fjson_value_finder/lists"}