From 6ca805a95015b4419ee68e8b2cca5d7895206df0 Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Fri, 6 Mar 2020 17:37:23 -0500 Subject: [PATCH] comment == temporarily --- MVMCore/MVMCore/Models/JSON/JSONValue.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MVMCore/MVMCore/Models/JSON/JSONValue.swift b/MVMCore/MVMCore/Models/JSON/JSONValue.swift index fcb50fd..4c44839 100644 --- a/MVMCore/MVMCore/Models/JSON/JSONValue.swift +++ b/MVMCore/MVMCore/Models/JSON/JSONValue.swift @@ -70,11 +70,11 @@ public enum JSONValue: Codable, Equatable { } } -public func ==(lhs: JSONValue, rhs: JSONValue) -> Bool { - let ld = try? lhs.encode() - let rd = try? lhs.encode() - return ld == rd -} +//public func ==(lhs: JSONValue, rhs: JSONValue) -> Bool { +// let ld = try! lhs.encode() +// let rd = try! lhs.encode() +// return ld == rd +//} extension JSONValue: ExpressibleByStringLiteral { public init(stringLiteral value: String) {