Skip to content

Instantly share code, notes, and snippets.

View tomhepz's full-sized avatar

Tom tomhepz

View GitHub Profile
@snoozemoose
snoozemoose / CodableRawRepresentableKeyedDictionary.swift
Last active September 19, 2019 15:13
Support for parsing JSON into Dictionary with string backed enum as keys
//
// CodableRawRepresentableKeyedDictionary.swift
//
// Created by Mattias Persson on 2019-09-17.
// Copyright © 2019 Mattias Persson. All rights reserved.
//
import Foundation
@dynamicMemberLookup