mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -28,8 +28,7 @@ extension JSON {
|
||||
}
|
||||
}
|
||||
self = .array(values)
|
||||
}
|
||||
else if let value = object as? String {
|
||||
} else if let value = object as? String {
|
||||
self = .string(value)
|
||||
} else if let value = object as? Int {
|
||||
self = .number(Double(value))
|
||||
|
||||
Reference in New Issue
Block a user