Skip to content

Instantly share code, notes, and snippets.

View snoozemoose's full-sized avatar

Mattias Persson snoozemoose

  • Panurgic AB
  • Linköping, Sweden
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
@snoozemoose
snoozemoose / introrx.md
Created April 26, 2016 07:18 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing