sjsonnew.support.scalajson.unsafe

Type members

Classlikes

A JsonPrinter that produces compact JSON source without any superfluous whitespace.

A JsonPrinter that produces compact JSON source without any superfluous whitespace.

Companion
object
Companion
class
object Converter extends SupportConverter[JValue]
trait JsonPrinter extends JValue => String

A JsonPrinter serializes a JSON AST to a String.

A JsonPrinter serializes a JSON AST to a String.

Companion
object
Companion
class
object Parser extends SupportParser[JValue]

A JsonPrinter that produces a nicely readable JSON source.

A JsonPrinter that produces a nicely readable JSON source.

Companion
object
Companion
class