Featured

Parsing JSON in Swift

Learn how to handle JSON in Swift

Featured comment

Josh Brown
@jtbrown · Founder, Roadfire Software
Hey, there! I'm the author of Parsing JSON in Swift, and I'd be happy to answer your questions. I've been writing articles for iOS developers for several years, and the most popular ones by far have been the ones about parsing JSON in Swift. This book goes more in depth than an article can, and explains how to map data to model objects, test your JSON parse… See more

Discussion

M
Josh Brown
@jtbrown · Founder, Roadfire Software
Hey, there! I'm the author of Parsing JSON in Swift, and I'd be happy to answer your questions. I've been writing articles for iOS developers for several years, and the most popular ones by far have been the ones about parsing JSON in Swift. This book goes more in depth than an article can, and explains how to map data to model objects, test your JSON parse… See more
Cats & Quotes
@kittiesnquotes · Cats & Quotes
As someone who just learned swift last year as their first programming language, the hardest part is not learning how to code, but learning what is the best way to code. Parsing JSON in Swift is an absolute necessity to wrap your head around JSON parsing best practices in Swift.