Standard

case class Standard(indent: Int) extends JsonFormatterConfig
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def indent(depth: Int): String
Definition Classes
override def newLine(): String
Definition Classes

Inherited methods

def encodeString(s: String): String
Inherited from:
JsonFormatterConfig
def keyValueSeparator(): String
Inherited from:
JsonFormatterConfig
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product