Skip to content

Instantly share code, notes, and snippets.

@benasher44
benasher44 / JSONObjectDecoder.swift
Last active October 22, 2020 13:48
JSONObjectDecoder
//
// Created by Ben Asher on 12/18/17.
// Copyright © 2017-present PlanGrid. All rights reserved.
//
import Foundation
/// A JSON decoder for decoding a Foundation-typed JSON object generated by `JSONSerialization`
/// into concrete swift `Decodable` types
public final class JSONObjectDecoder {