sppparse 0.1.4

Sparsed pointer parser for JSON/YAML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "list": [
        "world",
        "universe"
    ],
    "key1": {
		"$ref": "./list.json#/list/1"
	},
	"key2": {
		"$ref": "./simple.json#/hello"
	},
	"key3": {
		"$ref": "./simple.json#/key1"
    }
}