{"id":47172423,"url":"https://github.com/bryanaustin/structquery","last_synced_at":"2026-03-13T06:04:26.324Z","repository":{"id":185943618,"uuid":"674367540","full_name":"bryanaustin/structquery","owner":"bryanaustin","description":"Query data structures using string path in Go","archived":false,"fork":false,"pushed_at":"2024-05-05T15:24:30.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-05T16:25:52.857Z","etag":null,"topics":["data-structures","go","query"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanaustin.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}},"created_at":"2023-08-03T19:19:26.000Z","updated_at":"2024-05-05T15:24:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d57f566-7440-4d79-8941-aa3e4861c77f","html_url":"https://github.com/bryanaustin/structquery","commit_stats":null,"previous_names":["bryanaustin/structquery"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bryanaustin/structquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanaustin%2Fstructquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanaustin%2Fstructquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanaustin%2Fstructquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanaustin%2Fstructquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanaustin","download_url":"https://codeload.github.com/bryanaustin/structquery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanaustin%2Fstructquery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30459790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T03:55:51.346Z","status":"ssl_error","status_checked_at":"2026-03-13T03:55:33.055Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-structures","go","query"],"created_at":"2026-03-13T06:04:03.799Z","updated_at":"2026-03-13T06:04:26.320Z","avatar_url":"https://github.com/bryanaustin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# structquery\nQuery data structures using string path in Go\n\n**Note: This project is incomplete, not stable, and most features don't work. I am not working on it at the moment. I am shelving it for work later.**\n\nUsing an Xpath-like query language to get, add, remove, or replace values in a Go data structure. Great for dynamic data structures.\n\n## Example\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/bryanaustin/structquery\"\n)\n\nfunc main() {\n  x := map[string]int{\"one\":1, \"two\":2, \"ten\":10}\n  y, _ := structquery.Get(x, \"two\")\n  fmt.Println(y[0])\n  // Output: 2\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanaustin%2Fstructquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanaustin%2Fstructquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanaustin%2Fstructquery/lists"}