Packages

class JsonParser extends YParser with DuplicateDetection

A Json Parser

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonParser
  2. DuplicateDetection
  3. YParser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ElementParser extends AnyRef
  2. class JsonBuilder extends AnyRef
  3. case class MapEntryParser() extends ElementParser with Product with Serializable
  4. case class SequenceValueParser() extends ElementParser with Product with Serializable
  5. type TD = TokenData[YamlToken]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def document(keepTokens: Boolean = false): YDocument
    Definition Classes
    JsonParserYParser
  7. def documents(keepTokens: Boolean = false): IndexedSeq[YDocument]

    Parse the Json and return the list of documents

    Parse the Json and return the list of documents

    Definition Classes
    JsonParserYParser
  8. def duplicates(parts: Array[YPart])(implicit errorHandler: ParseErrorHandler): Unit
    Definition Classes
    DuplicateDetection
  9. implicit val eh: ParseErrorHandler
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def expected(expected: String): Unit
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val lexer: JsonLexer
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def parse(keepTokens: Boolean = true): IndexedSeq[YPart]

    Parse the Json and return an Indexed Seq of the Parts

    Parse the Json and return an Indexed Seq of the Parts

    Definition Classes
    JsonParserYParser
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def unexpected(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DuplicateDetection

Inherited from YParser

Inherited from AnyRef

Inherited from Any

Ungrouped