JsonFormatter

org.encalmo.utils.JsonFormatter
object JsonFormatter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def parse(string: String): Value
final def prettyPrintWithAnsiColors(value: Value, indentLevel: Int, ansi: Ansi, syntaxColor: Color, nameColor: Color, stringColor: Color, valueColor: Color, indentSize: Int): Ansi

Concrete fields

inline val quote: '\"'