Last active
April 16, 2019 17:15
-
-
Save mdevaev/489cec9bfde781ce9a116ca59a31f108 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
author { | |
name "John Doe" | |
email "jd@example.com" | |
active true | |
} | |
contents [ | |
{ | |
lst 1 2 3 | |
} | |
{ | |
lst [ | |
1 | |
2 | |
3 | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment