JValueFormats

sbt.internal.util.codec.JValueFormats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BasicJsonProtocol

Members list

Givens

Givens

given JArrayFormat(using JsonFormat[JValue]): JsonFormat[JArray]
given JBooleanFormat: JsonFormat[JBoolean]
given JNullFormat: JsonFormat[JNull.type]
given JNumberFormat: JsonFormat[JNumber]
given JObjectJsonWriter: JsonWriter[JObject]
given JStringFormat: JsonFormat[JString]
given JValueFormat: JsonFormat[JValue]
given JValueJsonReader: JsonReader[JValue]
given JValueJsonWriter: JsonWriter[JValue]