|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.javascript.json.JsonParser
public class JsonParser
This class converts a stream of JSON tokens into a JSON value. See ECMA 15.12.
Nested Class Summary | |
---|---|
static class |
JsonParser.ParseException
|
Constructor Summary | |
---|---|
JsonParser(Context cx,
Scriptable scope)
|
Method Summary | |
---|---|
java.lang.Object |
parseValue(java.lang.String json)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonParser(Context cx, Scriptable scope)
Method Detail |
---|
public java.lang.Object parseValue(java.lang.String json) throws JsonParser.ParseException
JsonParser.ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |