JawnMsgpack

object JawnMsgpack
class Object
trait Matchable
class Any

Value members

Concrete methods

def allCodec(options: JawnUnpackOptions): (MsgpackCodec[JValue], MsgpackCodec[JArray], MsgpackCodec[JObject])
def jArray2msgpack(packer: MsgPacker, array: JArray): Unit
def jArrayCodec(options: JawnUnpackOptions): MsgpackCodec[JArray]
def jObject2msgpack(packer: MsgPacker, obj: JObject): Unit
def jObjectCodec(options: JawnUnpackOptions): MsgpackCodec[JObject]
def jValue2msgpack(packer: MsgPacker, json: JValue): Unit
def jValueCodec(options: JawnUnpackOptions): MsgpackCodec[JValue]
def msgpack2jsArray(unpacker: MsgUnpacker, unpackOptions: JawnUnpackOptions): UnpackResult[JArray]
def msgpack2jsObj(unpacker: MsgUnpacker, unpackOptions: JawnUnpackOptions): UnpackResult[JObject]
def msgpack2json(unpacker: MsgUnpacker, unpackOptions: JawnUnpackOptions): UnpackResult[JValue]