{"id":19414111,"url":"https://github.com/natiiix/uniquery","last_synced_at":"2025-10-13T05:46:23.580Z","repository":{"id":129514710,"uuid":"218782467","full_name":"natiiix/uniquery","owner":"natiiix","description":"Unified query language for various commonly used data representation formats (JSON, XML, YAML, etc.)","archived":false,"fork":false,"pushed_at":"2020-01-04T21:20:52.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T05:46:21.671Z","etag":null,"topics":["golang","json","query-language","unified-query-language","yaml"],"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/natiiix.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-31T14:16:10.000Z","updated_at":"2024-10-05T10:38:12.000Z","dependencies_parsed_at":"2023-05-05T08:31:06.171Z","dependency_job_id":null,"html_url":"https://github.com/natiiix/uniquery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/natiiix/uniquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiiix%2Funiquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiiix%2Funiquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiiix%2Funiquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiiix%2Funiquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natiiix","download_url":"https://codeload.github.com/natiiix/uniquery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiiix%2Funiquery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013708,"owners_count":26085394,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","json","query-language","unified-query-language","yaml"],"created_at":"2024-11-10T12:36:17.093Z","updated_at":"2025-10-13T05:46:23.552Z","avatar_url":"https://github.com/natiiix.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UniQuery\n\nUnified query language for various commonly used data representation formats (JSON, XML, YAML, etc.)\n\n## Usage\n\nInstall [Go](https://golang.org/) and run `go run cmd/uniquery/main.go -h` to get information about available flags and their meaning.\n\n## Query Syntax\n\nPlease see [query examples](examples.md) for rough query syntax explanation.\n\n## Data Format Support\n\n| Format | Support                | Notes                                |\n| :----: | :--------------------- | :----------------------------------- |\n|  JSON  | :heavy_check_mark: Yes | Works according to tests.            |\n|  YAML  | :question: Partial     | Not very well tested yet.            |\n|  XML   | :x: No                 | More complicated than JSON and YAML. |\n|  CSV   | :x: No                 | Support is not currently planned.    |\n\n## Example (JSON)\n\nConsider the following JSON file `users.json`, which maps real names to nicknames.\n\n```json\n{\n    \"alice80\": \"Alice Yang\",\n    \"bob12\": \"Bob Jacobs\",\n    \"tank\": \"Charlie Peterson\"\n}\n```\n\n|       Query | Result                                             |\n| ----------: | :------------------------------------------------- |\n| empty query | root element / whole data structure                |\n|   `alice80` | `\"Alice Yang\"`                                     |\n|      `tank` | `\"Charlie Peterson\"`                               |\n|         `*` | `[\"Alice Yang\", \"Bob Jacobs\", \"Charlie Peterson\"]` |\n|  `alice80.` | root element (parent of `alice80`)                 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatiiix%2Funiquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatiiix%2Funiquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatiiix%2Funiquery/lists"}