Instance MethodJSON
load(_:as:_:)
Available when
Element
isJSON
func load<Binary, T>(_ index: Int, as _: Binary?.Type, _ body: (Binary) throws -> T) throws -> T? where Binary : BinaryFloatingPoint
Available when Element
is JSON
func load<Binary, T>(_ index: Int, as _: Binary?.Type, _ body: (Binary) throws -> T) throws -> T? where Binary : BinaryFloatingPoint