type change to accommodate dictionary comparison.

This commit is contained in:
Kevin G Christiano 2020-02-06 11:11:09 -05:00
parent 13ba3764cf
commit 1b5aba33f9

View File

@ -9,7 +9,7 @@
import Foundation
public typealias JSONArray = [[String: Any]]
public typealias JSONDictionary = [String: Any]
public typealias JSONDictionary = [String: AnyHashable]
public enum JSONError: Error {
case pathNotFound