tests: json: Add test for the deflattening function

Add a few test cases to verify that the old behaviour does not break and
that new one behaves sanely.
This commit is contained in:
Peter Krempa
2017-06-26 18:02:35 +02:00
parent f43b7d60d8
commit 7f1209ad1e
17 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"file": {
"nest": {
},
"nest.into": 2,
"nest.there": "too"
}
}