Scala Library Documentation
|
|
scala/util/parsing/json/JSON.scala
]
object
JSON
extends
ParserValues and Variables inherited from Parser | |
lexical |
Values and Variables inherited from Parsers | |
lastNoSuccess |
Method Summary | |
def
|
parse (input : java.lang.String) : Option[List[Any]] |
def
|
parseFull (input : java.lang.String) : Any |
def
|
resolveType (input : Any) : Any |
Methods inherited from Parser | |
root, jsonObj, jsonArray, objEntry, value, stringVal, number |
Methods inherited from ImplicitConversions | |
flatten2, flatten3, flatten4, flatten5, headOptionTailToFunList |
Methods inherited from StdTokenParsers | |
keyword, numericLit, stringLit, ident |
Methods inherited from Parsers | |
Parser, OnceParser, commit, elem, elem, accept, accept, accept, acceptIf, acceptMatch, acceptSeq, failure, err, success, log, rep, repsep, rep1, rep1, repN, rep1sep, chainl1, chainl1, chainr1, opt, not, positioned, phrase, mkList |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
parse(input : java.lang.String) : Option[List[Any]]
def
parseFull(input : java.lang.String) : Any
Scala Library Documentation
|
|