class JsonParser extends YParser with DuplicateDetection
A Json Parser
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonParser
- DuplicateDetection
- YParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ElementParser extends AnyRef
- class JsonBuilder extends AnyRef
- case class MapEntryParser() extends ElementParser with Product with Serializable
- case class SequenceValueParser() extends ElementParser with Product with Serializable
- type TD = TokenData[YamlToken]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
document(keepTokens: Boolean = false): YDocument
- Definition Classes
- JsonParser → YParser
-
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
- JsonParser → YParser
-
def
duplicates(parts: Array[YPart])(implicit errorHandler: ParseErrorHandler): Unit
- Definition Classes
- DuplicateDetection
- implicit val eh: ParseErrorHandler
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expected(expected: String): Unit
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lexer: JsonLexer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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
- JsonParser → YParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unexpected(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()