EJSON
Undocumented
-
Determines whether a given key is an eJSON key
Declaration
Swift
public static func isEJSON(key:String) -> Bool
-
Converts an eJSON date to NSDate
Declaration
Swift
public static func convertToNSDate(ejson:NSDictionary) -> NSDate
-
Undocumented