Initializer
init(convertFrom:)initConvertFromDictionary:initConvertFromDictionary_
This method is similar to initWithDictionary, the difference is: This method will Scan the all Dictionary tree converting internal elements too.
Declaration
init(convertFrom dictionary: [AnyHashable : Any])Declaration
- (instancetype) initConvertFromDictionary:(NSDictionary *) dictionary;Declaration
initConvertFromDictionary_(dictionary: dict) -> MGOrderedDictionary