{"id":22190000,"url":"https://github.com/elitemastereric/jsonpath","last_synced_at":"2025-10-28T14:32:18.770Z","repository":{"id":249241916,"uuid":"830784959","full_name":"EliteMasterEric/jsonpath","owner":"EliteMasterEric","description":"A JSONPath evaluator for Haxe","archived":false,"fork":false,"pushed_at":"2024-07-26T04:04:50.000Z","size":359,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-26T05:22:47.929Z","etag":null,"topics":["haxe","json","jsonpath"],"latest_commit_sha":null,"homepage":"https://www.elitemastereric.com/JSONPath/","language":"Haxe","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/EliteMasterEric.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-07-19T02:03:07.000Z","updated_at":"2024-07-26T05:22:51.334Z","dependencies_parsed_at":"2024-07-26T05:22:47.556Z","dependency_job_id":null,"html_url":"https://github.com/EliteMasterEric/jsonpath","commit_stats":null,"previous_names":["elitemastereric/jsonpath"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Fjsonpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Fjsonpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Fjsonpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Fjsonpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliteMasterEric","download_url":"https://codeload.github.com/EliteMasterEric/jsonpath/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227722425,"owners_count":17809924,"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":["haxe","json","jsonpath"],"created_at":"2024-12-02T11:41:25.179Z","updated_at":"2025-10-28T14:32:18.717Z","avatar_url":"https://github.com/EliteMasterEric.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONPath\n\nA library for parsing and evaluating [JSONPath](https://goessner.net/articles/JsonPath/) queries on JSON data objects. It supports both simple path queries and advanced filter queries.\n\nThe implementation seeks to be compliant with [RFC9535](https://datatracker.ietf.org/doc/rfc9535/), and attempts to match the [consensus result for most queries](https://cburgmer.github.io/json-path-comparison/).\n\n## Example\n\n```haxe\nimport json.path.JSONPath;\n\nvar query = '$.a.b';\nvar data = {\"a\": {\"b\": \"c\"}}\n\n// [ \"$['a']['b']\" ]\ntrace(JSONPath.queryPaths(query, data));\n// [ \"c\" ]\ntrace(JSONPath.query(query, data))\n```\n\n## Licensing\n\nJSONPath is made available under an open source MIT License. You can read more at [LICENSE](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felitemastereric%2Fjsonpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felitemastereric%2Fjsonpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felitemastereric%2Fjsonpath/lists"}