Package

wvlet.airframe

json

Permalink

package json

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class IntegerOverflow(bigInteger: BigInteger) extends JSONParseException with Product with Serializable

    Permalink
  2. trait JSONContext[Expr] extends JSONHandler[Expr]

    Permalink

    A facade to build json ASTs while scanning json with JSONScanner

  3. trait JSONHandler[Expr] extends AnyRef

    Permalink
  4. abstract class JSONParseException extends Exception

    Permalink

  5. class JSONScanner[J] extends LogSupport

    Permalink
  6. final class JSONSource extends AnyRef

    Permalink
  7. class JSONValueBuilder extends JSONContext[JSONValue] with LogSupport

    Permalink
  8. implicit final class JSONValueOps extends AnyVal

    Permalink
  9. implicit final class JSONValueSeqOps extends AnyVal

    Permalink
  10. trait JSONVisitor extends AnyRef

    Permalink
  11. type Json = String

    Permalink
  12. class NullJSONContext extends JSONContext[Unit] with LogSupport

    Permalink

  13. implicit final class RichJson extends AnyVal

    Permalink
  14. class UnexpectedEOF extends JSONParseException

    Permalink
  15. class UnexpectedToken extends JSONParseException

    Permalink

Value Members

  1. object JSON extends LogSupport

    Permalink

  2. object JSONScanner extends Serializable

    Permalink
  3. object JSONSource

    Permalink

  4. object JSONToken

    Permalink
  5. object JSONTraverser

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped