spath 0.3.1

SPath is query expressions for semi-structured data. You can use it as a drop-in replacement for JSONPath, but also for other semi-structured data formats like TOML or user-defined variants.
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "a": [3, 5, 1, 2, 4, 6,
    {"b": "j"},
    {"b": "k"},
    {"b": {}},
    {"b": "kilo"}
  ],
  "o": {"p": 1, "q": 2, "r": 3, "s": 5, "t": {"u": 6}},
  "e": "f"
}