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: []);

More by Jim

Tagged . All content copyright James Fisher 2016. This post is not associated with my employer. Found an error? Edit this page.