TypedJson

frawa.typedjson.TypedJson
See theTypedJson companion object
class TypedJson(keywords: Option[Keywords])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def validate(json: String)(using parser: Parser): Either[InputError, Validation]
def validate(value: Value): Option[Validation]
def validate(value: Value): Option[Validation]