{"id":16613025,"url":"https://github.com/craftspider/jsonpath-plus","last_synced_at":"2025-10-14T05:41:47.974Z","repository":{"id":62441404,"uuid":"455388443","full_name":"CraftSpider/jsonpath-plus","owner":"CraftSpider","description":"Improved Rust JSONPath implementation","archived":false,"fork":false,"pushed_at":"2023-06-19T14:14:52.000Z","size":173,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T04:04:05.510Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CraftSpider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-04T01:36:26.000Z","updated_at":"2024-11-04T17:29:49.000Z","dependencies_parsed_at":"2023-02-14T00:00:25.545Z","dependency_job_id":null,"html_url":"https://github.com/CraftSpider/jsonpath-plus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fjsonpath-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fjsonpath-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fjsonpath-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CraftSpider%2Fjsonpath-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CraftSpider","download_url":"https://codeload.github.com/CraftSpider/jsonpath-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238864397,"owners_count":19543532,"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":"2024-10-12T01:45:47.001Z","updated_at":"2025-10-14T05:41:42.941Z","avatar_url":"https://github.com/CraftSpider.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Rust JSONPath Plus\n\n[![crates.io](https://img.shields.io/crates/v/jsonpath-plus.svg)](https://crates.io/crates/jsonpath-plus)\n[![Documentation](https://docs.rs/rebound/badge.svg)](https://docs.rs/jsonpath-plus)\n[![MIT/Apache-2 licensed](https://img.shields.io/crates/l/rebound.svg)](./LICENSE-APACHE)\n\nAn implementation of the JSONPath A spec in Rust, with several extensions added on.\n\nThis library also supports retrieving AST analysis of compiled paths, so users\nmay implement syntax highlighting or nice error reporting on top of it.\n\n## Extensions\n\n- Parent selector `^`, used as `$.a.b.^` or `$['a']['b'][^]`. Matches the parent of\n  the currently selected object.\n- Subpath selectors, used as `$['a'][$.b.id]` or `$['a'][@.sum.id]`. Evaluates the\n  subpath, then selects items with keys same as the result of the subpath.\n- ID selector `~`, used at the end of the path as `@.a.b~` or `$['a']['b']~`. Can be\n  used in filters to compare against the ID of a matched item. Doesn't yet work at\n  the top level.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Fjsonpath-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftspider%2Fjsonpath-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftspider%2Fjsonpath-plus/lists"}