Removed demo_json_old dir.

This commit is contained in:
Ben Felder 2019-07-09 21:35:04 +02:00
parent 66f4821da3
commit 15ed75fede
2 changed files with 0 additions and 10 deletions

View File

@ -1,4 +0,0 @@
A string: [[ a_string ]]
A number: [[ a_number ]]
A boolean: [[ a_boolean ]]
A list: [[ ", ".join(a_list) ]]

View File

@ -1,6 +0,0 @@
{
"a_string": "lorem ipsum",
"a_number": 12345,
"a_boolean": true,
"a_list": ["one", "two", "three"]
}