Skip to content

This is one point I don't understander about the method "public init (_jsonDictionary)" in the file swiftJSON.swift  #11

@stackJolin

Description

@stackJolin

This is one point I don't understander that the method "public init (jsonDictionary)" in the file swiftJSON.swift
public init(
jsonDictionary:[String: JSON]) {
var dictionary = String: AnyObject
for (key, json) in jsonDictionary {
dictionary[key] = json.object
}
self.init(dictionary)
}
The method “self.init(dictionary)” doesn't lead to cycle-reused?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions