Join Slack
Communities
Powered by
What tool (Kotlin, Swift, Python, jq, ...) do you ...
# multiplatform
t
Tobias Preuss
04/17/2024, 12:10 PM
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.
Tobias Preuss
04/17/2024, 1:41 PM
Something like
https://square.github.io/kotlinpoet/
?
Tobias Preuss
04/17/2024, 1:44 PM
https://github.com/outfoxx/swiftpoet
maybe?
a
Anum Amin
04/17/2024, 1:51 PM
If I understood correctly, you would like to parse json from static file and generate source based on it. Right?
✅ 1
Anum Amin
04/17/2024, 1:53 PM
kotlin poet is usually meant for processors
6
Views
Open in Slack
Previous
Next