Created
October 13, 2016 19:25
-
-
Save lanky/facf16e3b40124809ebf34f89833f90c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
--- | |
# like this... | |
listofdict: | |
- key1: val1 | |
key2: val2 | |
- key1: val3 | |
key2: val4 | |
# or like this | |
listofdict2: | |
- { key1: val1, key2: val2 } | |
- { key1: val3, key2: val4 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment