Skip to content

Instantly share code, notes, and snippets.

@Banck
Created July 7, 2018 11:50
Show Gist options
  • Save Banck/3784cbd9a8958398123ab22de3f581c4 to your computer and use it in GitHub Desktop.
Save Banck/3784cbd9a8958398123ab22de3f581c4 to your computer and use it in GitHub Desktop.
...
{% elif variable.type.based.JSONAutoRepresentable %}
{{ variable.name }} = {{ variable.unwrappedTypeName }}(json["{{ variable.name|camelToSnakeCase }}"])
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment