Swift + JSON with code generation
Tom says:
There are many JSON parsing libraries written in Swift, and equally as many articles about them. This article is not one of those. This article is about a code generation tool, running on NodeJS, written in TypeScript: JsonGen.JsonGen generates JSON parsers for immutable Swift structs. Get…