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
  2. trait JSONContext[Expr] extends JSONHandler[Expr]

    A facade to build json ASTs while scanning json with JSONScanner

  3. trait JSONHandler[Expr] extends AnyRef
  4. abstract class JSONParseException extends Exception

  5. class JSONScanner[J] extends LogSupport
  6. final class JSONSource extends AnyRef
  7. class JSONValueBuilder extends JSONContext[JSONValue] with LogSupport
  8. implicit final class JSONValueOps extends AnyVal
  9. implicit final class JSONValueSeqOps extends AnyVal
  10. trait JSONVisitor extends AnyRef
  11. type Json = String
  12. class NullJSONContext extends JSONContext[Unit] with LogSupport

  13. implicit final class RichJson extends AnyVal
  14. class UnexpectedEOF extends JSONParseException
  15. class UnexpectedToken extends JSONParseException

Value Members

  1. object JSON extends LogSupport

  2. object JSONScanner extends Serializable
  3. object JSONSource

  4. object JSONToken
  5. object JSONTraverser

  6. object YAMLFormatter

    Convert JSON as Yaml

Inherited from AnyRef

Inherited from Any

Ungrouped