keyvalues-parser 0.2.3

A parser/renderer for vdf text
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Separate line comment before initial pair
"Outer Key"  // Inline comment
{
	// Separate line comment in obj
	"Seq Key"	"Str Val"
	"Seq Key"
	{
		// Separate line comment in empty obj
	}
}
// Separate line comment after initial pair