now can read yaml

This commit is contained in:
Philipp Kunz
2015-11-24 18:52:24 +01:00
parent 55ac57a122
commit 228f855a39
7 changed files with 86 additions and 10 deletions

8
test/mytest.json Normal file
View File

@ -0,0 +1,8 @@
{
"key1": "this works",
"key2": "this works too",
"key3": {
"nestedkey1": "hello"
}
}

4
test/mytest.yaml Normal file
View File

@ -0,0 +1,4 @@
key1: this works
key2: this works too
key3:
nestedkey1: hello