Various improvements

This commit is contained in:
Ilya Laktyushin
2020-02-11 10:34:00 +04:00
parent fd867a92c7
commit f2ca7b00ef
178 changed files with 16610 additions and 4271 deletions

View File

@@ -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))