Document

org.json4s.native.Document
See theDocument companion class
object Document

Attributes

Companion
class
Source
Document.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Document.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

A break, which will either be turned into a space or a line break

A break, which will either be turned into a space or a line break

Attributes

Source
Document.scala

The empty document

The empty document

Attributes

Source
Document.scala

A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

A group, whose components will either be printed with all breaks rendered as spaces, or with all breaks rendered as line breaks.

Attributes

Source
Document.scala
def nest(i: Int, d: Document): Document

A nested document, which will be indented as specified.

A nested document, which will be indented as specified.

Attributes

Source
Document.scala
def text(s: String): Document

A document consisting of some text literal

A document consisting of some text literal

Attributes

Source
Document.scala