В 2019 все пилят не парсеры JSON, а конвертеры SwiftUI в HTML. Пост с разбором одного из проектов.
https://worthdoingbadly.com/swiftui-html/
#swiftui #html
https://worthdoingbadly.com/swiftui-html/
#swiftui #html
Worth Doing Badly
Rendering SwiftUI views to HTML
I built a proof-of-concept tool to render SwiftUI to HTML. While I’m not intending to turn it into a full UI framework, I still learned plenty along the way: I learned how to use Swift’s generics, why declarative UI frmeworks use a shadow graph, and how Swift’s…