NullFacade

object NullFacade extends NoIndexFacade[Unit]

NullFacade discards all JSON AST information.

This is the simplest possible facade. It could be useful for checking JSON for correctness (via parsing) without worrying about saving the data.

It will always return () on any successful parse, no matter the content.

trait Facade[Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def jnull: Unit
def jnum(s: CharSequence, decIndex: Int, expIndex: Int): Unit
def jtrue: Unit

Inherited methods

final def arrayContext(index: Int): FContext[Unit]
Inherited from:
NoIndexFacade
final def jfalse(index: Int): Unit
Inherited from:
NoIndexFacade
final def jnull(index: Int): Unit
Inherited from:
NoIndexFacade
final def jnum(s: CharSequence, decIndex: Int, expIndex: Int, index: Int): Unit
Inherited from:
NoIndexFacade
final override def jstring(s: CharSequence, start: Int, limit: Int): Unit
Definition Classes
Inherited from:
NoIndexFacade
final def jstring(s: CharSequence, index: Int): Unit
Inherited from:
NoIndexFacade
final def jtrue(index: Int): Unit
Inherited from:
NoIndexFacade
final def objectContext(index: Int): FContext[Unit]
Inherited from:
NoIndexFacade
final def singleContext(index: Int): FContext[Unit]
Inherited from:
NoIndexFacade