How do I serialize JSON in Swift?

Everything on the web is wrong; here’s how you do it:

let serialized : Data = try!JSONSerialization.data(withJSONObject: ["someKey": "someValue"], options: []);
Tagged #swift, #programming.

Similar posts

More by Jim

👋 I'm Jim, a full-stack product engineer. Want to build an amazing product and a profitable business? Read more about me or Get in touch!

This page copyright James Fisher 2016. Content is not associated with my employer. Found an error? Edit this page.