Merge branch 'bugfix/dropdown_issue' into 'develop'
type change to accommodate dictionary comparison. See merge request BPHV_MIPS/mvm_core!51
This commit is contained in:
commit
605959a58f
@ -9,7 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public typealias JSONArray = [[String: Any]]
|
public typealias JSONArray = [[String: Any]]
|
||||||
public typealias JSONDictionary = [String: Any]
|
public typealias JSONDictionary = [String: AnyHashable]
|
||||||
|
|
||||||
public enum JSONError: Error {
|
public enum JSONError: Error {
|
||||||
case pathNotFound
|
case pathNotFound
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user