sppparse 0.1.4

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