anyToJson

object anyToJson

Functions for turning stuff into json

class Object
trait Matchable
class Any

Value members

Concrete methods

def fallback(other: Any): Json
def fromBytes(bytes: Array[Byte]): Json
def fromRecord(record: GenericRecord): Json
def fromString(jason: String): Json

Concrete fields

val format: Any => Json