TestProtocol

trait TestProtocol[Json]
class Object
trait Matchable
class Any
class TestSerialization[Json]
class TestJsonMergeDiff[Json]
class TestJsonMergePatch[Json]
class TestArrayDiff[Json]
class TestJsonDiff[Json]
class TestJsonPatch[Json]
class TestSimpleDiff[Json]
class TestJsonPointer[Json]

Value members

Abstract methods

def parseJson(s: String): Json
def parsePatch(json: Json): JsonPatch[Json]
def serializePatch(p: JsonPatch[Json]): Json

Concrete methods

Implicits

Implicits

implicit def boolMarshaller(b: Boolean): Json
implicit def intMarshaller(i: Int): Json
implicit def intSeqMarshaller(is: Seq[Int]): Json
implicit def intSeqUnmarshaller(json: Json): Seq[Int]
implicit def jsonEq: Eq[Json]
implicit def stringMarshaller(s: String): Json