JsonLiteral

object JsonLiteral extends Literally[Json]
trait Literally[Json]
class Object
trait Matchable
class Any

Type members

Inherited types

type Expr[A] = Expr[A]
Inherited from:
Literally
type Quotes = Quotes
Inherited from:
Literally

Value members

Concrete methods

def validate(s: String)(using Quotes): Either[String, Expr[Json]]

Inherited methods

def apply(strCtxExpr: Expr[StringContext], argsExpr: Expr[Seq[Any]])(using Quotes): Expr[Json]
Inherited from:
Literally

Inherited fields

val Expr: Expr.type
Inherited from:
Literally