Scala Library Documentation
|
|
scala/util/parsing/json/JSON.scala
]
object
JSON
extends
ParserValues and Variables inherited from Parser | |
lexical |
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 TokenParsers | |
phrase |
Methods inherited from Parsers | |
commit, commit, not, elem, elem, accept, accept, accept, failure, fail, success, success, discard, log, log, rep, rep, repsep, rep1, rep1, repN, rep1, repN, rep1sep, rep1sep, chainl1, chainl1, chainr1, opt, opt, positioned, positioned |
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
|
|