sppparse 0.1.4

Sparsed pointer parser for JSON/YAML
Documentation
1
2
3
4
5
6
7
8
9
{
    "hello": "world",
    "obj": {
        "key1": {
            "$ref": "#/hello"
        },
        "key2": "universe"
    }
}