JSONHandler

trait JSONHandler[Expr]
class Object
trait Matchable
class Any

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]