What tool (Kotlin, Swift, Python, jq, ...) do you ...
# multiplatform
t
What tool (Kotlin, Swift, Python, jq, ...) do you recommend to parse a plain JSON and then to render Swift and Kotlin code from that? An example would be to read a color from JSON and then render the language specific color definition.
a
If I understood correctly, you would like to parse json from static file and generate source based on it. Right?
1
kotlin poet is usually meant for processors