Skip to content

Instantly share code, notes, and snippets.

@Banck
Last active July 7, 2018 11:58
Show Gist options
  • Save Banck/14cf6929d4cdceddbcae60f24b1915e1 to your computer and use it in GitHub Desktop.
Save Banck/14cf6929d4cdceddbcae60f24b1915e1 to your computer and use it in GitHub Desktop.
{% if variable.annotations.jsonKey %}
{{ variable.name }} = json["{{ variable.annotations.jsonKey}}"].{{ variable.unwrappedTypeName|lowerFirstLetter }}{% ifnot variable.isOptional %}Value{% endif %}
{% else %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment