mirror of
https://github.com/copier-org/copier.git
synced 2025-05-28 02:21:18 +00:00
Removed demo_json_old dir.
This commit is contained in:
parent
66f4821da3
commit
15ed75fede
@ -1,4 +0,0 @@
|
||||
A string: [[ a_string ]]
|
||||
A number: [[ a_number ]]
|
||||
A boolean: [[ a_boolean ]]
|
||||
A list: [[ ", ".join(a_list) ]]
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"a_string": "lorem ipsum",
|
||||
"a_number": 12345,
|
||||
"a_boolean": true,
|
||||
"a_list": ["one", "two", "three"]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user