remove change
This commit is contained in:
parent
fa48923e1f
commit
bab6621492
@ -71,8 +71,8 @@ public enum JSONValue: Codable, Equatable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public func ==(lhs: JSONValue, rhs: JSONValue) -> Bool {
|
public func ==(lhs: JSONValue, rhs: JSONValue) -> Bool {
|
||||||
let ld = try! lhs.encode()
|
let ld = try? lhs.encode()
|
||||||
let rd = try! rhs.encode()
|
let rd = try? rhs.encode()
|
||||||
return ld == rd
|
return ld == rd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user