Skip to content

Instantly share code, notes, and snippets.

@lanky
Created October 13, 2016 19:25
Show Gist options
  • Save lanky/facf16e3b40124809ebf34f89833f90c to your computer and use it in GitHub Desktop.
Save lanky/facf16e3b40124809ebf34f89833f90c to your computer and use it in GitHub Desktop.
---
# 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