StringEncoder

oxygen.json.JsonEncoder.StringEncoder
object StringEncoder extends JsonEncoder[String]

Attributes

Graph
Supertypes
trait JsonEncoder[String]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def encodeJsonAST(value: String): Json

Attributes

Definition Classes

Inherited methods

def addToObject(value: String): Boolean

Attributes

Inherited from:
JsonEncoder
final def contramap[B](f: B => String): JsonEncoder[B]

Attributes

Inherited from:
JsonEncoder
final def encodeJsonStringCompact(value: String): String

Attributes

Inherited from:
JsonEncoder
final def encodeJsonStringPretty(value: String): String

Attributes

Inherited from:
JsonEncoder
final def mapJsonOutput(f: PartialFunction[Json, Json]): JsonEncoder[String]

Attributes

Inherited from:
JsonEncoder