Git Product home page Git Product logo

Comments (5)

zwaldowski avatar zwaldowski commented on July 26, 2024

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

from freddy.

mdmathias avatar mdmathias commented on July 26, 2024

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

from freddy.

mdmathias avatar mdmathias commented on July 26, 2024

Assigned @zwaldowski per offline conversation.

from freddy.

zwaldowski avatar zwaldowski commented on July 26, 2024

Waiting on 👷 to update master to close!

from freddy.

zwaldowski avatar zwaldowski commented on July 26, 2024

Closed via #109.

from freddy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.