Skip to content

Instantly share code, notes, and snippets.

@maxchuquimia
maxchuquimia / JSONMagic.swift
Created September 20, 2016 03:31
Seralizing JSON in Swift without casting
//
// Final implementation, as described in
// http://nspasteboard.com/2016/09/09/reducing-the-number-of-lines-used-to-serialize-from-json/
//
// This example has been updated to Swift 3.0 (Xcode 8S193k)
//
import Foundation
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~