JSONHandler

wvlet.airframe.json.JSONHandler
trait JSONHandler[Expr]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JSONContext[Expr]

Members list

Value members

Abstract methods

def arrayContext(s: JSONSource, start: Int): JSONContext[Expr]
def objectContext(s: JSONSource, start: Int): JSONContext[Expr]
def singleContext(s: JSONSource, start: Int): JSONContext[Expr]