Packages

object 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. Protected

Type Members

  1. type CharKind = Int
  2. class Exception extends scala.Exception
  3. type TokenKind = Int

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BIGNUMBER: Int
  5. val BLANK: Int
  6. val Blank: Int
  7. val COLON: Int
  8. val COMMA: Int
  9. val Colon: Int
  10. val Comma: Int
  11. val Digit: Int
  12. val EOF: Int
  13. val Eof: Int
  14. val FLOATNUMBER: Int
  15. val ID: Int
  16. val LARR: Int
  17. val LOBJ: Int
  18. val Larr: Int
  19. val Lbra: Int
  20. val Letter: Int
  21. val Minus: Int
  22. val NUMBER: Int
  23. val Other: Int
  24. val Quote: Int
  25. val RARR: Int
  26. val ROBJ: Int
  27. val Rarr: Int
  28. val Rbra: Int
  29. val STRING: Int
  30. val Slash: Int
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. val charKind: Array[Int]
  33. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  36. val escapeMap: Map[Int, String]
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def read(s: String): JsValue

    Self-contained JSON parser adapted from

    Self-contained JSON parser adapted from

    https://github.com/nestorpersist/json

  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. def write(v: JsValue): String
  51. def writeToBuffer(v: JsValue, sb: StringBuffer): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped