JSONSource

object JSONSource
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromByteBuffer(b: ByteBuffer): JSONSource
def fromBytes(b: Array[Byte]): JSONSource
def fromBytes(b: Array[Byte], offset: Int, size: Int): JSONSource
def fromString(s: String): JSONSource