This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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 { |