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
16
17
{
	"hello": "world",
	"obj": {
		"key1": 
		{
			"$ref": "#/hello"
		},
		"key2": 
		{
			"$ref": "#/hello"
		},
		"key3": 
		{
			"$ref": "#/hello"
		}
	}
}