You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwNSError(domain: NSCocoaErrorDomain, code:CocoaError.propertyListReadCorrupt.rawValue, userInfo:["NSDebugDescription":"NSDictionary key must be NSString"])
519
523
}
520
524
pretty ?writer(": "):writer(":")
521
525
tryserializeJSON(value)
522
526
}
527
+
528
+
if sortedKeys {
529
+
letelems=try dict.sorted(by:{ a, b in
530
+
guardlet a = a.key as?String,
531
+
let b = b.key as?Stringelse{
532
+
throwNSError(domain: NSCocoaErrorDomain, code:CocoaError.propertyListReadCorrupt.rawValue, userInfo:["NSDebugDescription":"NSDictionary key must be NSString"])
0 commit comments