compact

fs2.data.json.Token.compact
object compact extends Renderable[Token]

A compact version of the JSON rendering with no space or new lines.

Attributes

Source
tokens.scala
Graph
Supertypes
trait Renderable[Token]
class Object
trait Matchable
class Any
Self type
compact.type

Members list

Value members

Concrete methods

override def newRenderer(): Renderer[Token]

Creates a new instance of a renderer.

Creates a new instance of a renderer. This allows for renderer with mutable state. If the renderer has no state, it can return the same instance every time.

Attributes

Definition Classes
Source
tokens.scala