Skip to content

Instantly share code, notes, and snippets.

@Banck
Created July 7, 2018 11:59
Show Gist options
  • Save Banck/2c1dcae0433473869fed40dfe8525014 to your computer and use it in GitHub Desktop.
Save Banck/2c1dcae0433473869fed40dfe8525014 to your computer and use it in GitHub Desktop.
{% else %}
{{ variable.name }} = json["{{ variable.name|camelToSnakeCase }}"].{{ variable.unwrappedTypeName|lowerFirstLetter }}{% ifnot variable.isOptional %}Value{% endif %}
{% endif %}
{% endfor %}
}
// sourcery:end
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment