init(dictionaryLiteral:)

    Creates a new JSONObject from a dictionary literal.

    JSONObject.swift:131
    init(dictionaryLiteral elements: (String, JSONValue)...)
    var user: JSONObject = [
        "username": "Joannis",
        "github": "https://github.com/Joannis",
        "creator": true
    ]

    Other members in extension

    Type members

    Instance members