Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Generate documentation set #77

Closed
zwaldowski opened this issue Dec 9, 2015 · 5 comments
Closed

Generate documentation set #77

zwaldowski opened this issue Dec 9, 2015 · 5 comments
Assignees
Milestone

Comments

@zwaldowski
Copy link
Contributor

Goes hand-in-hand with #21. See bignerdranch/Deferred#44, bignerdranch/Deferred#53, and bignerdranch/CoreDataStack#42.

@zwaldowski
Copy link
Contributor Author

Updated undocumented member set:

JSON.swift
    public func ==(lhs: JSON, rhs: JSON) -> Bool
    public var description: Swift.String
JSONSubscripting.swift
    func valueInDictionary(dictionary: [Swift.String : JSON]) throws -> JSON
    func valueInArray(array: [JSON]) throws -> JSON
    public func valueInDictionary(dictionary: [Swift.String : JSON]) throws -> JSON
    public func valueInArray(array: [JSON]) throws -> JSON
JSONLiteralConvertible.swift
    public init<Collection: CollectionType where Collection.Generator.Element == JSON>(_ collection: Collection)
    public init(arrayLiteral elements: JSON...)
    public init<Dictionary: SequenceType where Dictionary.Generator.Element == (Swift.String, JSON)>(_ pairs: Dictionary)
    public init(dictionaryLiteral pairs: (Swift.String, JSON)...)
    public init(_ value: Swift.Double)
    public init(floatLiteral value: Swift.Double)
    public init(_ value: Swift.Int)
    public init(integerLiteral value: Swift.Int)
    public init(_ text: Swift.String)
    public init(stringLiteral value: StringLiteralType)
    public init(extendedGraphemeClusterLiteral value: StringLiteralType)
    public init(unicodeScalarLiteral value: StringLiteralType)
    public init(_ value: Swift.Bool)
    public init(booleanLiteral value: Swift.Bool)
    public init(nilLiteral: ())
JSONParser.swift
    public mutating func parse() throws -> JSON
    init(utf8Data inData: NSData)
    init(string: String)
    public static func createJSONFromData(data: NSData) throws -> JSON

@mdmathias
Copy link
Contributor

@zwaldowski Don't forget to close this issue when we get to that 100%.

@mdmathias
Copy link
Contributor

Assigned @zwaldowski per offline conversation.

@zwaldowski
Copy link
Contributor Author

Waiting on 👷 to update master to close!

@zwaldowski
Copy link
Contributor Author

Closed via #109.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants