Last active
July 7, 2018 11:58
-
-
Save Banck/3e71fabd8fb535ad50c38f0f7fc7c595 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
... | |
{% elif variable.isArray %} | |
{{ variable.name }} = json["{{ variable.name|camelToSnakeCase }}"].arrayValue.map({{ variable.typeName.array.elementTypeName.unwrappedTypeName }}.init) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment