type change to accommodate dictionary comparison.
This commit is contained in:
parent
13ba3764cf
commit
1b5aba33f9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user