1. 0.3.0
    Instance MethodJSON

    load(_:as:_:)

    • Available when Element is JSON

    func load<T>(_ index: Int, as _: [JSON].Type = [JSON].self, _ body: ([JSON]) throws -> T) throws -> T

    Overview