xqpath 1.2.1

A minimal jq-like path extractor and updater for structured data in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "application": {
    "name": "DataPath",
    "version": "0.1.0",
    "features": [
      "path-parsing",
      "json-support",
      "yaml-support",
      "wildcards"
    ],
    "config": {
      "debug": true,
      "max_depth": 10
    }
  }
}