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
{
  "obj": {"x": "y"},
  "arr": [2, 3]
}