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:
Pan, Xinlei (Ryan) 2020-02-06 14:16:58 -05:00
commit 605959a58f

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