JSONSource

wvlet.airframe.json.JSONSource
See theJSONSource companion class
object JSONSource

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JSONSource.type

Members list

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