ParseState

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def atIndex(index: Int, json: Any): ParseState
def atKey(key: String, json: Any): ParseState
def left[A](whatIsExpected: String): Left[String, A]

Concrete fields

val json: Any
val wholeJson: Any